diff options
author | aap <aap@papnet.eu> | 2019-07-19 13:58:19 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-07-19 13:58:19 +0200 |
commit | 0ad39c020cfd4882b45bd1d26e521748e37b94a4 (patch) | |
tree | 736fde80727300b695e649c18e67be340b384985 /src/render/Fluff.cpp | |
parent | 59145cea83da6d0ade8221dbe8c1469be8084ea0 (diff) |
implemented col line rendering
Diffstat (limited to 'src/render/Fluff.cpp')
-rw-r--r-- | src/render/Fluff.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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 |