Updated generate_ctx script

This commit is contained in:
David
2023-01-07 11:29:54 -06:00
parent e126300794
commit c25396c59b
5 changed files with 11 additions and 7 deletions
+3
View File
@@ -62,4 +62,7 @@
#define ABSF(x) (x < 0.f ? -x : x)
// Used to suppress warnings in the ./generate_ctx.sh script.
#define INCONSISTENT
#endif