Fix relocation and data value mismatches

This commit is contained in:
LagoLunatic
2025-04-24 14:53:58 -04:00
parent ce8d17ec08
commit fa7d4d2896
11 changed files with 27 additions and 25 deletions
+3 -1
View File
@@ -573,7 +573,9 @@ public:
void setModel(J3DModel*) {}
void update() {}
void draw();
void draw() {
/* Nonmatching */
}
void setMaterial();
};