mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-01 22:07:01 +01:00
Fix typo.
This commit is contained in:
parent
4748f8f5e3
commit
4a39f38bab
@ -1,4 +1,4 @@
|
||||
/*************************************************************************/ os_java
|
||||
/*************************************************************************/
|
||||
/* os_javascript.cpp */
|
||||
/*************************************************************************/
|
||||
/* This file is part of: */
|
||||
@ -56,9 +56,8 @@
|
||||
#define DOM_BUTTON_XBUTTON1 3
|
||||
#define DOM_BUTTON_XBUTTON2 4
|
||||
|
||||
// Quit
|
||||
void
|
||||
OS_JavaScript::request_quit_callback() {
|
||||
// Quit
|
||||
void OS_JavaScript::request_quit_callback() {
|
||||
OS_JavaScript *os = get_singleton();
|
||||
if (os && os->get_main_loop()) {
|
||||
os->get_main_loop()->notification(MainLoop::NOTIFICATION_WM_QUIT_REQUEST);
|
||||
|
Loading…
Reference in New Issue
Block a user