1
0
Fork 0

source/Input/InputListener.cpp: "Inputlistener" should be "InputListener"

This commit is contained in:
Henrik Hautakoski 2019-06-01 18:47:16 +02:00
parent 179b5c93a0
commit 6b8c766702

View file

@ -1,5 +1,5 @@
#include <Spectre/Input/Inputlistener.h>
#include <Spectre/Input/InputListener.h>
void InputListener::onInputEvent(const InputEvent& event)
{