mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-13 14:06:42 +03:00
Fix and prevent -Wextra-semi warning
This commit is contained in:
parent
bfa303f73b
commit
063fff7fa4
34 changed files with 111 additions and 107 deletions
|
@ -937,7 +937,7 @@ public:
|
|||
{
|
||||
if (Settings::Manager::getInt("lua num threads", "Lua") > 0)
|
||||
mThread = std::thread([this] { threadBody(); });
|
||||
};
|
||||
}
|
||||
|
||||
~LuaWorker()
|
||||
{
|
||||
|
@ -969,7 +969,7 @@ public:
|
|||
}
|
||||
else
|
||||
update();
|
||||
};
|
||||
}
|
||||
|
||||
void join()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue