소스 검색

glx extension fix for GLX windowing api

Jeff Hutchinson 8 년 전
부모
커밋
14cd94ddc9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Engine/source/gfx/gl/tGL/tXGL.h

+ 1 - 1
Engine/source/gfx/gl/tGL/tXGL.h

@@ -30,7 +30,7 @@
 #include "tGL.h"
 #include <glad/glad_glx.h>
 
-#define gglHasXExtension(display, screen, EXTENSION) 
+#define gglHasXExtension(display, screen, EXTENSION) GLAD_GLX_##EXTENSION
 
 #endif //TORQUE_OS_LINUX