mirror of
https://github.com/love2d/love.git
synced 2026-08-12 16:40:57 +02:00
Replaced most cases of type bits and type name strings in love's Lua wrapper code with type id's.
--HG-- branch : minor
This commit is contained in:
@@ -109,7 +109,7 @@ void LuaThread::onError()
|
||||
return;
|
||||
|
||||
Proxy p;
|
||||
p.flags = THREAD_THREAD_T;
|
||||
p.type = THREAD_THREAD_ID;
|
||||
p.object = this;
|
||||
|
||||
std::vector<StrongRef<Variant>> vargs = {
|
||||
|
||||
Reference in New Issue
Block a user