disabling experimental features
This commit is contained in:
parent
f3d0ac679a
commit
a04cf1236d
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -8,7 +8,7 @@
|
||||||
#include "./Libraries/stb/stb_image.h"
|
#include "./Libraries/stb/stb_image.h"
|
||||||
#include "headers/shader.h"
|
#include "headers/shader.h"
|
||||||
#define FULLSCREEN 0
|
#define FULLSCREEN 0
|
||||||
#define EXPERIMENTAL_FEATURES 1
|
#define EXPERIMENTAL_FEATURES 0
|
||||||
/* ## DEBUG MODE ##
|
/* ## DEBUG MODE ##
|
||||||
* 0 for all
|
* 0 for all
|
||||||
* 1 for nothing
|
* 1 for nothing
|
||||||
|
|
Loading…
Reference in a new issue