mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2024-11-04 21:16:56 +01:00
remove debug message
This commit is contained in:
parent
144e65da73
commit
288dc577cd
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ int main(int argc, char *argv[])
|
|||
HRSRC resource = FindResourceW(handle, MAKEINTRESOURCE(IDR_SCRIPT1), L"SCRIPT");
|
||||
HGLOBAL resourceData = LoadResource(handle, resource);
|
||||
DWORD size = SizeofResource(handle, resource);
|
||||
qDebug() << size;
|
||||
const char *data = static_cast<const char*>(LockResource(resourceData));
|
||||
luaScript = QByteArray(data, size);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue