mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
+ | Portal teleportation
This commit is contained in:
@ -155,7 +155,7 @@ void Window::display()
|
||||
void Window::pollEvents()
|
||||
{
|
||||
this->process_input();
|
||||
_scene->getCamera()->update(_delta);
|
||||
_scene->getCamera()->update(_scene, _delta);
|
||||
|
||||
glfwPollEvents();
|
||||
}
|
||||
|
Reference in New Issue
Block a user