update comment

This commit is contained in:
Glenn Maynard
2004-09-06 04:17:03 +00:00
parent 5283b35864
commit b5a10593e3
+1 -1
View File
@@ -260,7 +260,7 @@ protected:
// bNewDeviceOut is set true if a new device was created and textures
// need to be reloaded.
virtual CString TryVideoMode( VideoModeParams params, bool &bNewDeviceOut ) = 0;
virtual RageSurface* CreateScreenshot() = 0; // allocates a surface. Caller must SDL_FreeSurface it.
virtual RageSurface* CreateScreenshot() = 0; // allocates a surface. Caller must delete it.
virtual void SetViewport(int shift_left, int shift_down) = 0;