mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-29 08:42:53 -04:00
Fix relocation and data value mismatches
This commit is contained in:
@@ -573,7 +573,9 @@ public:
|
||||
void setModel(J3DModel*) {}
|
||||
void update() {}
|
||||
|
||||
void draw();
|
||||
void draw() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
void setMaterial();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user