Skip to content

Commit

Permalink
try the other one for x windows
Browse files Browse the repository at this point in the history
  • Loading branch information
schombert committed Nov 7, 2024
1 parent 9d6e0dc commit ca39b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics/texture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ int query_DXT_capability(void) {
CFRelease(bundle);
#else
ext_addr = (P_SOIL_GLCOMPRESSEDTEXIMAGE2DPROC)
glXGetProcAddressARB
glXGetProcAddress
(
(const GLubyte*)"glCompressedTexImage2DARB"
);
Expand Down

0 comments on commit ca39b9b

Please sign in to comment.