Readme: Fix typo

This commit is contained in:
Jonas Kulla 2013-11-01 08:32:59 +01:00
parent 06f5a06f67
commit 6a6865cc48
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ If a requested font is not found, no error is generated. Instead, a built-in fon
* Restarting the game with F12
* Creating Bitmaps with sizes greater than the OpenGL texture size limit (around 8192 on modern cards)*
\* There is an exception to this, called *mega surface*. When a Bitmap bigger than the texture limit is created from a file, it is not stored in VRAM, but regular RAM. It's sole purpose is to be used as a tileset bitmap. Any other operation to it (besides blitting to a regular Bitmap) will result in an error.
\* There is an exception to this, called *mega surface*. When a Bitmap bigger than the texture limit is created from a file, it is not stored in VRAM, but regular RAM. Its sole purpose is to be used as a tileset bitmap. Any other operation to it (besides blitting to a regular Bitmap) will result in an error.
## Nonstandard RGSS extensions