mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
Now builds on Ubuntu 9.10
This commit is contained in:
@@ -55,7 +55,7 @@ namespace love
|
||||
{
|
||||
Proxy * p = (Proxy *)lua_touserdata(L, 1);
|
||||
Type t = luax_type(L, 2);
|
||||
luax_pushboolean(L, p->flags.at(t));
|
||||
luax_pushboolean(L, p->flags[t]);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user