Fix syntax error

This commit is contained in:
MegaMech
2025-04-24 14:04:11 -06:00
parent 2f08607c75
commit 08d49512ff
+1 -1
View File
@@ -46,7 +46,7 @@ namespace Editor {
break;
}
case G_VTX_OTR_FILEPATH: {
const const char* filePath = (const char*)hi;
const char* filePath = (const char*)hi;
ptr++;
size_t vtxDataOff = ptr->words.w1 & 0xFFFF;
vtx = ( (Vtx*)ResourceGetDataByName(filePath) ) + vtxDataOff;