mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-23 01:10:41 +00:00
a8a8c567a2
This fixes the internal error generated by the likes of `(sv_gravity * '0 0 1')` where sv_gravity is a float and `'0 0 1'` is an ivec3: the vector is promoted to vec3 first so that expanding sv_gravity is expanded to vec3 instead of ivec3 (which is not permitted for a float: expansion requires the destination base type to be the same as the source). |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
Makemodule.am | ||
TODO |