Update Radar.cpp

This commit is contained in:
LightCat 2018-06-07 17:21:10 +02:00 committed by GitHub
parent 5e5e362176
commit 335e914232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@
#include "Radar.hpp"
#ifndef FEATURE_RADAR_DISABLED
#if ENABLE_VISUALS
namespace hacks
{
@ -296,3 +297,4 @@ void Draw()
}
#endif
#endif