mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
The Proxy struct now stores an actual love::Object pointer (rather than void*), which makes code using Proxies a bit cleaner.
--HG-- branch : minor
This commit is contained in:
@@ -110,7 +110,7 @@ void LuaThread::onError()
|
||||
|
||||
Proxy p;
|
||||
p.flags = THREAD_THREAD_T;
|
||||
p.data = this;
|
||||
p.object = this;
|
||||
|
||||
std::vector<StrongRef<Variant>> vargs = {
|
||||
new Variant(THREAD_THREAD_ID, &p),
|
||||
|
||||
Reference in New Issue
Block a user