summaryrefslogtreecommitdiffstats
path: root/src/pixelfunc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pixelfunc.cpp')
-rw-r--r--src/pixelfunc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pixelfunc.cpp b/src/pixelfunc.cpp
index 13da915..f2fd81f 100644
--- a/src/pixelfunc.cpp
+++ b/src/pixelfunc.cpp
@@ -41,7 +41,7 @@ void draw()
RCL_renderSimple(camera,heightAt,0,0,c);
}
-void draw_doom()
+void drawDoom()
{
RCL_initCamera(&camera);
camera.position.x = 2 * RCL_UNITS_PER_SQUARE;