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