summaryrefslogtreecommitdiff
path: root/example/3d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'example/3d.cpp')
-rw-r--r--example/3d.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/3d.cpp b/example/3d.cpp
index 1b7e9e1..78417ed 100644
--- a/example/3d.cpp
+++ b/example/3d.cpp
@@ -145,6 +145,10 @@ int main(int argc, char* argv[])
break;
};
}
+ else if (ie.type == _EVENT_FUNCTION1)
+ {
+ return 0;
+ }
else if (ie.type == _EVENT_TERM)
{
return 0;