Merge remote-tracking branch 'origin/master' into LevelSystemAndSuch.
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
#include "Game/PadSystem.h"
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <intrin.h>
|
||||
|
||||
namespace dd
|
||||
{
|
||||
|
||||
@@ -57,8 +57,8 @@ public:
|
||||
private:
|
||||
b2Vec2 m_Gravity;
|
||||
b2World* m_PhysicsWorld;
|
||||
float m_TimeStep;
|
||||
float m_Accumulator;
|
||||
double m_TimeStep;
|
||||
double m_Accumulator;
|
||||
|
||||
int m_VelocityIterations, m_PositionIterations;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user