mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Small Fixes Update (1.2.1)
View CHANGELOG for description on small fixes and add-ons
This commit is contained in:
@ -33,7 +33,7 @@ ifeq ($(PLATFORM),PLATFORM_RPI)
|
||||
GRAPHICS = GRAPHICS_API_OPENGL_ES2
|
||||
else
|
||||
# define raylib graphics api to use (on Windows desktop, OpenGL 1.1 by default)
|
||||
GRAPHICS = GRAPHICS_API_OPENGL_11
|
||||
GRAPHICS ?= GRAPHICS_API_OPENGL_11
|
||||
#GRAPHICS = GRAPHICS_API_OPENGL_33 # Uncomment to use OpenGL 3.3
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user