mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Quaternions aren't vectors :P
This commit is contained in:
parent
2cce903cc9
commit
e1226bd3f1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue