mirror of
https://github.com/love2d/love.git
synced 2026-08-12 16:40:57 +02:00
Reference counting for love objects in 0.9.2 is now atomic (using SDL's atomic operation functions.)
This commit is contained in:
@@ -247,7 +247,7 @@ int w_isConvex(lua_State *L)
|
||||
}
|
||||
}
|
||||
|
||||
lua_pushboolean(L, Math::instance.isConvex(vertices));
|
||||
luax_pushboolean(L, Math::instance.isConvex(vertices));
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user