Ignore:
Timestamp:
Feb 25, 2012, 2:38:49 PM (11 years ago)
Author:
sam
Message:

win32: some compilation fixes here and there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lol/math/vector.h

    r1143 r1146  
    958958    static inline tname<T> normalize(tname<T> const &val) \
    959959    { \
    960         T norm = len(val); \
     960        T norm = (T)len(val); \
    961961        return norm ? val / norm : val * (T)0; \
    962962    }
Note: See TracChangeset for help on using the changeset viewer.