Fixed the most common crash on exit, still one more hiding and crashing in libc
This commit is contained in:
@@ -68,7 +68,7 @@ void LightHandle::set_rgbi(sf::Vector4f rgbi)
|
||||
data_reference->rgbi = rgbi;
|
||||
}
|
||||
|
||||
void LightHandle::recieve_event(VrEventPublisher* publisher, std::unique_ptr<vr::Event> event)
|
||||
void LightHandle::event_handler(VrEventPublisher *publisher, std::unique_ptr<vr::Event> event)
|
||||
{
|
||||
if (event->type == vr::Event::JoystickMoved) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user