release log level
This commit is contained in:
parent
22a245f9d7
commit
2254421bff
4
main.c
4
main.c
|
@ -35,6 +35,10 @@ int main(void)
|
||||||
.radius = 25.0f,
|
.radius = 25.0f,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifdef RELEASE
|
||||||
|
SetTraceLogLevel(LOG_FATAL);
|
||||||
|
#endif
|
||||||
|
|
||||||
InitWindow(window_size.x, window_size.y, "voleur");
|
InitWindow(window_size.x, window_size.y, "voleur");
|
||||||
SetWindowState(FLAG_WINDOW_RESIZABLE);
|
SetWindowState(FLAG_WINDOW_RESIZABLE);
|
||||||
SetTargetFPS(60);
|
SetTargetFPS(60);
|
||||||
|
|
Loading…
Reference in New Issue