Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 31, 2006, 3:45:13 PM (18 years ago)
Author:
patrick
Message:

cdmerge: on the work agian

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cdmerge/src/story_entities/game_world.h

    r6845 r6897  
    5353    void togglePNodeVisibility() { this->showPNodes = !this->showPNodes; };
    5454    /** toggles the bounding volume (BV) visibility */
    55     void toggleBVVisibility() { this->showBV = !this->showBV; };
     55    void toggleBVVisibility() { this->showBV = !this->showBV; PRINTF(0)("toggling from story entity: %s\n", this->getName());};
    5656
    5757
Note: See TracChangeset for help on using the changeset viewer.