mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-21 01:27:14 +02:00
Disable traceback on frame event.
This causes a ton of spam which makes the whole thing quite useless. Somehow I forgot about it.
This commit is contained in:
@ -227,9 +227,9 @@ void Core::EmitServerShutdown()
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
void Core::EmitServerFrame(Float32 elapsed_time)
|
||||
{
|
||||
SQMOD_CO_EV_TRACEBACK("[TRACE<] Core::ServerFrame(%f)", elapsed_time)
|
||||
//SQMOD_CO_EV_TRACEBACK("[TRACE<] Core::ServerFrame(%f)", elapsed_time)
|
||||
(*mOnServerFrame.first)(elapsed_time);
|
||||
SQMOD_CO_EV_TRACEBACK("[TRACE>] Core::ServerFrame")
|
||||
//SQMOD_CO_EV_TRACEBACK("[TRACE>] Core::ServerFrame")
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user