fix bullet owner bug

This commit is contained in:
2021-08-25 17:59:40 +02:00
parent 3440dea0a5
commit 5bb5022ebf
6 changed files with 18 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
Input::Input(int source)
{
// Inicializa las variables
for (int i = 0; i < 15; i++)
for (int i = 0; i < 17; i++)
{
mKeyBindings[i].scancode = 0;
mKeyBindings[i].active = false;