From 9d27bba23f08e7749fd98c8b56b5fe34786926fd Mon Sep 17 00:00:00 2001 From: raysan5 Date: Fri, 17 Oct 2014 21:11:58 +0200 Subject: Small Fixes Update (1.2.1) View CHANGELOG for description on small fixes and add-ons --- src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/makefile') diff --git a/src/makefile b/src/makefile index 6f0179ab..69e7862b 100644 --- a/src/makefile +++ b/src/makefile @@ -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 -- cgit v1.2.3