summaryrefslogtreecommitdiff
path: root/src/RasterGraphics.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-07-03 12:31:17 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-07-03 12:31:17 (GMT)
commitf3484fbd4bf84d740393fcef89fbaf875fbcf50a (patch)
tree4aa372e6553dff9284260f233108c951b9bf3e2c /src/RasterGraphics.cpp
parent5a71068ba07f42cffbd50324176510d992ebbc5e (diff)
downloadpowder-f3484fbd4bf84d740393fcef89fbaf875fbcf50a.zip
powder-f3484fbd4bf84d740393fcef89fbaf875fbcf50a.tar.gz
Fix errors due to typos in Renderer (VIDXRES = VIDXRES) and RasterGraphics (MOETHODS)
Diffstat (limited to 'src/RasterGraphics.cpp')
-rw-r--r--src/RasterGraphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RasterGraphics.cpp b/src/RasterGraphics.cpp
index 31b1b97..a33f771 100644
--- a/src/RasterGraphics.cpp
+++ b/src/RasterGraphics.cpp
@@ -26,7 +26,7 @@ void Graphics::Finalise()
#define VIDXRES XRES+BARSIZE
#define VIDYRES YRES+MENUSIZE
-#define PIXELMOETHODS_CLASS Graphics
+#define PIXELMETHODS_CLASS Graphics
#include "PixelMethods.inc"
#undef VIDYRES
#undef VIDXRES