Added cmdRemove.

This commit is contained in:
Бранимир Караџић
2021-10-26 18:20:35 -07:00
parent 89c8e61abd
commit 53772163f4
4 changed files with 40 additions and 9 deletions

View File

@@ -94,6 +94,7 @@ struct Camera
~Camera()
{
cmdRemove("move");
inputRemoveBindings("camBindings");
}