removing constexpr at one position
This commit is contained in:
parent
67bcb98a84
commit
63ee376f71
@ -32,7 +32,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#include <iosfwd> //for std::ostream
|
#include <iosfwd> //for std::ostream
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
constexpr float COORDINATE_PRECISION = 1000000.f;
|
const float COORDINATE_PRECISION = 1000000.f;
|
||||||
|
|
||||||
struct FixedPointCoordinate
|
struct FixedPointCoordinate
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user