From 6a6865cc48bcfaa5cc114cb217afdce6e9e1a5d0 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Fri, 1 Nov 2013 08:32:59 +0100 Subject: [PATCH] Readme: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a6a5a8..5dbb71d 100644 --- a/README.md +++ b/README.md @@ -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