* Translated debugging output string to English language ;)

This commit is contained in:
sg 2002-10-13 14:46:40 +00:00
parent 21c8865c06
commit 4284eca5a8

View File

@ -124,7 +124,7 @@ begin
glLoadIdentity; glLoadIdentity;
glTranslatef(0, 0, -5.5); glTranslatef(0, 0, -5.5);
WriteLn('Starte...'); WriteLn('Starting...');
glutMainLoop; glutMainLoop;
end. end.