This commit is contained in:
2020-11-23 22:48:11 +01:00
parent aec792fc65
commit 8cf70e483b
3 changed files with 7 additions and 7 deletions

View File

@@ -90,7 +90,7 @@ namespace openVulkanoCpp
{
InputManager() = default;
public:
static InputManager* GetInstace()
static InputManager* GetInstance()
{
static InputManager* instance = new InputManager();
return instance;