Changeset 7845 in orxonox.OLD for trunk/src/lib/graphics/render2D
- Timestamp:
- May 24, 2006, 11:44:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/render2D/element_2d.cc
r7844 r7845 252 252 { 253 253 this->bindNode = bindNode; 254 if (bindNode == NULL) 255 this->bCurrentlyVisible = true; 254 this->bCurrentlyVisible = (bindNode == NULL); 256 255 } 257 256
Note: See TracChangeset
for help on using the changeset viewer.