mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
Removed extra Printf() conversion specification
No more 'more % conversions than data arguments' warning
This commit is contained in:
parent
df63dd288a
commit
6c94c49d6f
1 changed files with 1 additions and 1 deletions
|
@ -3793,7 +3793,7 @@ struct aim_t
|
||||||
intercept_t *in;
|
intercept_t *in;
|
||||||
|
|
||||||
if (aimdebug)
|
if (aimdebug)
|
||||||
Printf("Start AimTraverse, start = %f,%f,%f, vect = %f,%f,%f\n",
|
Printf("Start AimTraverse, start = %f,%f,%f, vect = %f,%f\n",
|
||||||
startpos.x / 65536., startpos.y / 65536., startpos.z / 65536.,
|
startpos.x / 65536., startpos.y / 65536., startpos.z / 65536.,
|
||||||
aimtrace.x / 65536., aimtrace.y / 65536.);
|
aimtrace.x / 65536., aimtrace.y / 65536.);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue