- Timestamp:
- 01/28/09 13:51:47 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/PrimaryRecords.cpp
r8563 r9573 693 693 in.forward(4); 694 694 695 uint32 mask = in.readUInt32(~0 );695 uint32 mask = in.readUInt32(~0u); 696 696 697 697 // Possible bug in models with version number 15.4.1 ? 698 698 // Symptoms: Black trees in VegaPlayer town. 699 699 if (document.version() == 1541) 700 mask = ~0 ;700 mask = ~0u; 701 701 702 702 ParentPools* parentPools = new ParentPools;
