Skip to content

Commit f967ee0

Browse files
whitebelyashartdeell
authored andcommitted
Fix[string]: clarify meaning of the date string in GL_VERSION
1 parent 2846a4c commit f967ee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ltw/src/main/tinywrapper

ltw/src/main/tinywrapper/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ const GLubyte* glGetString(GLenum name) {
307307
if(!current_context) return NULL;
308308
switch(name) {
309309
case GL_VERSION:
310-
return (const GLubyte*)"3.0 OpenLTW ("__DATE__"/"__TIME__")";
310+
return (const GLubyte*)"3.0 OpenLTW (Built on: "__DATE__"/"__TIME__")";
311311
case GL_SHADING_LANGUAGE_VERSION:
312312
return (const GLubyte*)"4.60 LTW";
313313
case GL_VENDOR:

0 commit comments

Comments
 (0)