From b5a10593e3e0e4f7c5e22d36c90e9ac0da4c55e2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 6 Sep 2004 04:17:03 +0000 Subject: [PATCH] update comment --- stepmania/src/RageDisplay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageDisplay.h b/stepmania/src/RageDisplay.h index a3ce5a2d2a..9871e8c350 100644 --- a/stepmania/src/RageDisplay.h +++ b/stepmania/src/RageDisplay.h @@ -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;