diff -r f23763bbac1b -r 5efea5942475 hedgewars/uStore.pas --- a/hedgewars/uStore.pas Tue Mar 24 12:48:55 2015 +0100 +++ b/hedgewars/uStore.pas Tue Mar 24 16:52:35 2015 +0100 @@ -1023,7 +1023,7 @@ glutHideWindow(); // we do not need to set this callback, but it is required for GLUT3 compat glutDisplayFunc(@SwapBuffers); - RenderSetup(); + RendererSetup(); end; {$ENDIF} // SDL2 {$ENDIF} // USE_VIDEO_RECORDING