Fixed Segfault from DeleteImage() and DeleteMesh()

This commit is contained in:
n00b
2025-04-12 13:26:00 -04:00
parent b67d63d32c
commit edb6462752
7 changed files with 215 additions and 199 deletions

View File

@@ -4403,7 +4403,7 @@ int main(int argc, char * argv[])
}
#ifdef RCBASIC_DEBUG
rc_filename = "debug.cbc";
//rc_filename = "debug.cbc";
#endif // RCBASIC_DEBUG
//DEBUG START
@@ -4452,7 +4452,7 @@ int main(int argc, char * argv[])
//ogles2 test
#ifdef RC_TESTING
rc_intern_dirChange("/home/n00b/Programs/RCBasic_v401_Linux64/examples/Simple_3D_Platformer/");
rc_intern_dirChange("/home/n00b/test/Special Materials/");
//rc_intern_dirChange("");
rc_filename = "main.cbc";
#endif