Fixed a compilation error when the DEBUG symbol is defined

This commit is contained in:
Joonas Rikkonen
2017-06-29 17:14:22 +03:00
parent 4d225c65f2
commit d2f062ca61
@@ -1,5 +1,6 @@
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework;
#if CLIENT #if DEBUG && CLIENT
using Microsoft.Xna.Framework.Input;
#endif #endif
namespace Barotrauma namespace Barotrauma