luaengine.cpp: Hopefully fix clang builds.

This commit is contained in:
Vas Crabb 2023-03-23 15:28:35 +11:00
parent 0562745629
commit 01250f14f4

View File

@ -65,6 +65,7 @@ struct thread_context
private:
struct environment
{
environment() = default;
sol::state state;
bool busy = false;
};