Update legopartpresenter.cpp

This commit is contained in:
Christian Semmler 2025-06-08 17:48:00 -07:00 committed by GitHub
parent f5e32f4f67
commit 62d617bcfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,7 @@ MxResult LegoPartPresenter::Read(MxDSChunk& p_chunk)
SDL_strlwr(textureName);
if (textureName[0] == '^') {
memmove(textureName, textureName + 1, strlen(textureName + 1));
memmove(textureName, textureName + 1, strlen(textureName));
if (g_partPresenterConfig1) {
texture = new LegoTexture();