mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-24 22:05:40 +00:00
glx extension fix for GLX windowing api
This commit is contained in:
parent
15a10a78cc
commit
14cd94ddc9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue