From b85988d1949157a4643f83fe715fc350f850bf34 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Mon, 23 Sep 2013 11:18:20 +0200 Subject: [PATCH] Fix typo --- src/graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics.cpp b/src/graphics.cpp index eb50100..7b24922 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -452,7 +452,7 @@ struct Timer struct GraphicsPrivate { /* Screen resolution, ie. the resolution at which - * RGSS renders at (settable with Graphics.width/height). + * RGSS renders at (settable with Graphics.resize_screen). * Can only be changed from within RGSS */ Vec2i scRes;