Update LuaMain.cpp

This commit is contained in:
NPO 2024-10-18 16:06:41 -04:00
parent 3ee3abf99c
commit bc40d89fad
1 changed files with 0 additions and 3 deletions

View File

@ -602,9 +602,6 @@ int Lua_drawImage(lua_State* L)
else
{
image=QImage(path);
char str[256];
sprintf(str,"Got Image:%s, of size %i,%i",path.toStdString().c_str(),image.width(),image.height());
bundle->getEmuThread()->onLuaPrint(str);
(*bundle->imageHash)[path] = image;
}
painter.drawImage(x,y,image,sx,sy,sw,sh);