JPADrawVisitor couple funcs

This commit is contained in:
LagoLunatic
2024-01-08 18:02:31 -05:00
parent 101a096809
commit 4bd6442291
5 changed files with 164 additions and 130 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ public:
void initAnm() {
for (int i = 0; i < 4; i++) {
mOne[i] = 0;
mOne[i] = NULL;
mTwo[i] = 0.0f;
}
}