неточно

This commit is contained in:
2021-06-03 14:29:19 +03:00
parent 5c1b7bc33f
commit 521c33cd0d
3 changed files with 81 additions and 19 deletions

View File

@@ -1,6 +1,7 @@
мир.обновить = function()
{
мир.физика.обновить();
мир.платформы.обновить();
requestAnimationFrame(мир.обновить);
};