initialize time-step statistics in a world; rename profile function

This commit is contained in:
Irlan
2018-04-26 23:51:20 -03:00
parent 16d351ecac
commit cd6c7e188a
5 changed files with 47 additions and 40 deletions

View File

@ -19,13 +19,13 @@
#include <bounce\bounce.h>
// We don't care for a profiler. This definition does nothing.
bool b3PushProfileScope(const char* name)
void b3BeginProfileScope(const char* name)
{
return false;
}
// We don't care for a profiler. This definition does nothing.
void b3PopProfileScope()
void b3EndProfileScope()
{
}