Skip to content

Commit a88adfd

Browse files
committed
minor changes
1 parent 12338a6 commit a88adfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ void display(void)
233233
glDrawPixels(250,250,GL_RGBA,GL_UNSIGNED_BYTE,&logo[0]);
234234
drawStrokeText((char *)"MORPHY",-100,125,-200);
235235
instructText((char *)"Press space to continue!",-75,-100,-200);
236+
instructText((char *)"K. Vishnudev",-75,-180,-200);
237+
instructText((char *)"Himanshu Kumar",-75,-200,-200);
236238
}
237239
else
238240
{

0 commit comments

Comments
 (0)