Merge remote-tracking branch 'origin/main' into SP3-1-Rendering
This commit is contained in:
commit
d6101c936e
|
@ -43,7 +43,7 @@ namespace SHADE
|
||||||
|
|
||||||
void SHInputManager::UpdateInput(double dt) noexcept
|
void SHInputManager::UpdateInput(double dt) noexcept
|
||||||
{
|
{
|
||||||
//Keyboard and Mouse Buttons////////////////////////////////////////////////
|
//Keyboard and Mouse Buttons////////////////////////////////////////////////
|
||||||
//Write to lastKeys
|
//Write to lastKeys
|
||||||
memcpy(keysLast, keys, sizeof(keys));
|
memcpy(keysLast, keys, sizeof(keys));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue