mirror of
https://github.com/izzy2lost/sm64-izzys-port-android.git
synced 2026-07-05 15:19:31 -07:00
A better fix to the cylboard problem
So we've reverted the previous 'fix' and add this one, by @HeavenVolkoff.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user