Blender Git Loki
Git Commits -> Revision 8033259
July 4, 2016, 13:51 (GMT) |
Fix compilation on MSVC with 64-bit bitmasks in the Pass flag Apparently MSVC doesn't like the (1UL << x) syntax, so now 1 is explicitly cast to a 64-bit integer before shifting. |
Commit Details:
Full Hash: 80332591caa4490198c841af58d0f1b71c4745f6
Parent Commit: e1f266d
Lines Changed: +9, -9
1 Modified Path:
/source/blender/makesdna/DNA_scene_types.h (+9, -9) (Diff)