Removed SetTraceLogLevel(LOG_WARNING);

This commit is contained in:
luis605 2023-09-26 21:22:23 +01:00
parent 8bbebe6127
commit c1407955da

View File

@ -21,7 +21,6 @@
int main(void) int main(void)
{ {
SetTraceLogLevel(LOG_WARNING);
const int screenWidth = 800; const int screenWidth = 800;
const int screenHeight = 600; const int screenHeight = 600;