Model set/get transform and bug fixes.
This commit is contained in:
@@ -60,8 +60,10 @@ int laudioLoadSound( lua_State *L ) {
|
||||
lua_pushinteger( L, i );
|
||||
checkSoundRealloc( i );
|
||||
}
|
||||
|
||||
return 1;
|
||||
else {
|
||||
lua_pushinteger( L, -1 );
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user