Fix a double constant issue

There will be more of these :/
This commit is contained in:
Bill Currie 2020-02-14 20:42:36 +09:00
parent 7e09a94469
commit 7e7e0526dd

View file

@ -32,7 +32,7 @@
source = s.origin + '0 0 16';
traceline (source, source + v_forward * 64, NO, s);
if (trace_fraction == 1.0)
if (trace_fraction == 1.0f)
return;
org = trace_endpos - v_forward * 4;