summaryrefslogtreecommitdiffstats
path: root/src/pixelfunc.cpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-05-21 11:52:32 +0200
committersalaaad2 <arthurdurant263@gmail.com>2022-05-21 11:52:32 +0200
commit0a58f41d42a6985fa77e384f9e828ef579e2359f (patch)
treee332e25d59e433b67a103d85dec4bf27a30adc61 /src/pixelfunc.cpp
parentfuck (diff)
downloadwatchoom-0a58f41d42a6985fa77e384f9e828ef579e2359f.tar.gz
watchoom-0a58f41d42a6985fa77e384f9e828ef579e2359f.tar.bz2
watchoom-0a58f41d42a6985fa77e384f9e828ef579e2359f.tar.xz
watchoom-0a58f41d42a6985fa77e384f9e828ef579e2359f.tar.zst
watchoom-0a58f41d42a6985fa77e384f9e828ef579e2359f.zip
does not work
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;