mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
gui changes, consist teleport command, etc
This commit is contained in:
@@ -150,6 +150,10 @@ double eu07_application::generate_sync() {
|
||||
return sync;
|
||||
}
|
||||
|
||||
void eu07_application::queue_quit() {
|
||||
glfwSetWindowShouldClose(m_windows[0], GLFW_TRUE);
|
||||
}
|
||||
|
||||
int
|
||||
eu07_application::run() {
|
||||
|
||||
@@ -302,7 +306,7 @@ eu07_application::run() {
|
||||
}
|
||||
die:
|
||||
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
// issues request for a worker thread to perform specified task. returns: true if task was scheduled
|
||||
|
||||
Reference in New Issue
Block a user