Commented the DirectX 11 define to default to OpenGL.

This commit is contained in:
Simon Anciaux 2024-02-29 15:06:45 +01:00 committed by Peter Slattery
parent c81d9b4e97
commit cbbd83affc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
// #define FPS 144 // #define FPS 144
// #define frame_useconds (1000000 / FPS) // #define frame_useconds (1000000 / FPS)
#define WIN32_DX11 // #define WIN32_DX11
#include <stdio.h> #include <stdio.h>