Trying to correct drawing issues...

This commit is contained in:
Ray
2017-10-02 00:12:52 +02:00
parent 4f9de9527f
commit b043c5e277
3 changed files with 14 additions and 11 deletions

View File

@ -36,7 +36,7 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
endif
# define raylib directory for include and library
RAYLIB_PATH ?= C:\raylib\raylib
RAYLIB_PATH ?= C:\GitHub\raylib
# determine PLATFORM_OS in case PLATFORM_DESKTOP selected
ifeq ($(PLATFORM),PLATFORM_DESKTOP)