Use attributes where possible

This commit is contained in:
Martin Natano
2023-04-19 20:55:30 +02:00
parent a93fc07896
commit 093675cdc3
23 changed files with 142 additions and 133 deletions
+1 -1
View File
@@ -608,8 +608,8 @@ XNode *LuaHelpers::GetLuaInformation()
sort( c.m_vMethods.begin(), c.m_vMethods.end() );
break;
}
[[fallthrough]];
}
// fall through
case LUA_TUSERDATA: // table or userdata: class instance
{
if( !luaL_callmeta(L, -1, "__type") )