mirror of
https://github.com/Render96/Render96ex.git
synced 2025-01-23 16:22:15 -05:00
fix for issue #149
This commit is contained in:
parent
ac97d96a37
commit
6b468f44f6
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ void unload_object(struct Object *obj) {
|
|||
geo_add_child(&gObjParentGraphNode, &obj->header.gfx.node);
|
||||
|
||||
obj->header.gfx.node.flags &= ~GRAPH_RENDER_BILLBOARD;
|
||||
obj->header.gfx.node.flags &= ~GRAPH_RENDER_CYLBOARD;
|
||||
obj->header.gfx.node.flags &= ~GRAPH_RENDER_ACTIVE;
|
||||
|
||||
deallocate_object(&gFreeObjectList, &obj->header);
|
||||
|
|
Loading…
Add table
Reference in a new issue