This commit is contained in:
Jonas Kulla 2013-09-23 11:18:20 +02:00
parent da4e0fbed0
commit b85988d194
1 changed files with 1 additions and 1 deletions

View File

@ -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;