Fixed a compilation error when the DEBUG symbol is defined
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Microsoft.Xna.Framework;
|
||||
#if CLIENT
|
||||
#if DEBUG && CLIENT
|
||||
using Microsoft.Xna.Framework.Input;
|
||||
#endif
|
||||
|
||||
namespace Barotrauma
|
||||
|
||||
Reference in New Issue
Block a user