mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-10 15:14:33 -04:00
Fix syntax error
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user