mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-05-15 07:27:12 +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:
parent
37e793c1ea
commit
6e6baf9b2b
@ -227,9 +227,9 @@ void Core::EmitServerShutdown()
|
|||||||
// ------------------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------------------
|
||||||
void Core::EmitServerFrame(Float32 elapsed_time)
|
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);
|
(*mOnServerFrame.first)(elapsed_time);
|
||||||
SQMOD_CO_EV_TRACEBACK("[TRACE>] Core::ServerFrame")
|
//SQMOD_CO_EV_TRACEBACK("[TRACE>] Core::ServerFrame")
|
||||||
}
|
}
|
||||||
|
|
||||||
// ------------------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user