+ | Portal teleportation

This commit is contained in:
TheRedShip
2025-02-04 22:36:10 +01:00
parent 9b3fb7d2b1
commit b027a8e2b0
6 changed files with 67 additions and 16 deletions

View File

@ -155,7 +155,7 @@ void Window::display()
void Window::pollEvents()
{
this->process_input();
_scene->getCamera()->update(_delta);
_scene->getCamera()->update(_scene, _delta);
glfwPollEvents();
}