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