Rename Framebuffer to Canvas (issue #263). Move error reporting code.

Error reporting now resides in Graphics::newCanvas() instead of the
previous location wrap_newFramebuffer(). Changed error text for
"Error in implementation" to point to a possible fix.
This commit is contained in:
vrld
2011-08-12 14:41:18 +02:00
parent 59a407bc6d
commit 28b4008797
16 changed files with 187 additions and 166 deletions
+1 -1
View File
@@ -381,7 +381,7 @@ namespace love
{"Font", GRAPHICS_FONT_ID},
{"ParticleSystem", GRAPHICS_PARTICLE_SYSTEM_ID},
{"SpriteBatch", GRAPHICS_SPRITE_BATCH_ID},
{"Framebuffer", GRAPHICS_FRAMEBUFFER_ID},
{"Canvas", GRAPHICS_CANVAS_ID},
// Image
{"ImageData", IMAGE_IMAGE_DATA_ID},