double's should now be displayed with only 1 decimal.

This commit is contained in:
Tleety
2016-03-04 02:19:13 +01:00
parent 00b5a1771c
commit 778bbd13ca
3 changed files with 14 additions and 4 deletions
+2
View File
@@ -2,6 +2,8 @@
#define AmmunitionHUDSystem_h__
#include <boost/lexical_cast.hpp>
#include <sstream>
#include <iomanip>
#include "../../Engine/Core/System.h"
#include "../../Engine/GLM.h"