Update LuaMain.cpp
This commit is contained in:
parent
3ee3abf99c
commit
bc40d89fad
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue