Changeset 5267 in orxonox.OLD for trunk/src/world_entities/npc2.cc
- Timestamp:
- Sep 27, 2005, 6:09:09 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/npc2.cc
r5266 r5267 42 42 43 43 44 NPC2::~NPC2 () {} 44 NPC2::~NPC2 () 45 { 46 delete this->shader; 47 48 } 45 49 46 50
Note: See TracChangeset
for help on using the changeset viewer.