Quaternions aren't vectors :P

This commit is contained in:
Bill Currie 2011-01-28 21:57:04 +09:00
parent 2cce903cc9
commit e1226bd3f1

View file

@ -876,7 +876,7 @@ init_types (void)
return;
make_structure (0, 's', quaternion_struct, &type_quaternion);
type_quaternion.type = ev_vector;
type_quaternion.type = ev_quat;
type_SEL.t.fldptr.type = make_structure (0, 's', sel_struct, 0)->type;