diff --git a/src/engine/editor/Collision.cpp b/src/engine/editor/Collision.cpp index ecde8d340..bf62d6273 100644 --- a/src/engine/editor/Collision.cpp +++ b/src/engine/editor/Collision.cpp @@ -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;