Fixed character movement by ignoring key repeats
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include "vector2.hpp"
|
||||
|
||||
//The base class for all objects in the world
|
||||
//TODO: write a better hierarchy
|
||||
class Entity {
|
||||
public:
|
||||
virtual void Update();
|
||||
|
||||
Reference in New Issue
Block a user