Skip to content

Commit

Permalink
Fix Intel mode log output
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-1000 committed Jul 17, 2024
1 parent 5389a20 commit 252393e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/game/render/gl_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ class GLDriver : public RenderDriver {
print("OpenGL vendor '%s', renderer '%s'", vendorString, rendererString);
print(" version '%s'", versionString);
if(isIntelCard)
print("-- Using Intel mode. (%d)", GL_ARB_texture_storage);
print("-- Using Intel mode. (%d)", GLAD_GL_ARB_texture_storage);

return true;
}
Expand Down

0 comments on commit 252393e

Please sign in to comment.