mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Update legopartpresenter.cpp
This commit is contained in:
parent
f5e32f4f67
commit
62d617bcfc
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user