From 0ad39c020cfd4882b45bd1d26e521748e37b94a4 Mon Sep 17 00:00:00 2001 From: aap Date: Fri, 19 Jul 2019 13:58:19 +0200 Subject: implemented col line rendering --- src/render/Fluff.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/render/Fluff.cpp') diff --git a/src/render/Fluff.cpp b/src/render/Fluff.cpp index 678b9f43..7c35319f 100644 --- a/src/render/Fluff.cpp +++ b/src/render/Fluff.cpp @@ -1,4 +1,5 @@ #include "common.h" +#include "main.h" #include "patcher.h" #include "Fluff.h" #include "Camera.h" @@ -7,7 +8,6 @@ #include "General.h" #include "Timer.h" #include "Clock.h" -#include "Pad.h" #include "Weather.h" #include "Stats.h" #include "math/maths.h" @@ -705,7 +705,6 @@ void CTowerClock::Render() m_Position.z + Cos(angleHour) * 0.75f * m_fScale; ); - // Stupid thing that does absolutely nothing LittleTest(); // Draw lines -- cgit v1.2.3