fixed frustum culling, static game class
This commit is contained in:
@@ -106,7 +106,6 @@ void FloorManager::update(Player &t_player)
|
||||
/** Called by audio thread */
|
||||
void FloorManager::onAudioTick()
|
||||
{
|
||||
printf("Hit!\n");
|
||||
if (audioTick++ > 16)
|
||||
{
|
||||
if (audioMode == 0)
|
||||
|
||||
Reference in New Issue
Block a user