mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2024-12-22 20:05:30 +01:00
fix resource managing
This commit is contained in:
parent
b0afdae089
commit
ac5ee533b3
2 changed files with 0 additions and 1 deletions
0
scripts/luaenginert.lea
Normal file → Executable file
0
scripts/luaenginert.lea
Normal file → Executable file
|
@ -51,7 +51,6 @@ int main(int argc, char *argv[])
|
||||||
const char *data = static_cast<const char*>(LockResource(resourceData));
|
const char *data = static_cast<const char*>(LockResource(resourceData));
|
||||||
luaScript = QByteArray(data, size);
|
luaScript = QByteArray(data, size);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
#else
|
#else
|
||||||
{
|
{
|
||||||
QFile executable(a.arguments().first());
|
QFile executable(a.arguments().first());
|
||||||
|
|
Loading…
Reference in a new issue