[fixed]matrix4.h warning for f32 format

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
maxim
Posts: 6
Joined: Thu Mar 11, 2010 8:54 am
Location: Russia
Contact:

[fixed]matrix4.h warning for f32 format

Post by maxim »

line 1416: const T w = h / aspectRatio;//warning for f32 format
line 1455: const T w = (T)(h / aspectRatio);//normal
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Fixed in SVN/trunk.
Post Reply