Remove GRAPH_NODE_TYPE_FUNCTIONAL define & restore functionality using an alternative method. (#557)

Fixes Mirror Mario and similar things.
This commit is contained in:
Arceveti
2023-01-20 00:59:18 -05:00
committed by GitHub
parent 9bec16d2f0
commit 7551748a35
5 changed files with 40 additions and 75 deletions

View File

@@ -123,11 +123,6 @@
*/
// #define FIX_REFLECT_MTX
/**
* This improves performance a bit, and does not seem to break anything.
*/
#define DISABLE_GRAPH_NODE_TYPE_FUNCTIONAL
/**
* Disables all object shadows. You'll probably only want this either as a last resort for performance or if you're making a super stylized hack.
*/