summaryrefslogtreecommitdiff
path: root/packages/libndsfpc/examples/graphics/3D/Simple_Tri/SimpleTri.pp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libndsfpc/examples/graphics/3D/Simple_Tri/SimpleTri.pp')
-rw-r--r--packages/libndsfpc/examples/graphics/3D/Simple_Tri/SimpleTri.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/libndsfpc/examples/graphics/3D/Simple_Tri/SimpleTri.pp b/packages/libndsfpc/examples/graphics/3D/Simple_Tri/SimpleTri.pp
index cec7a99b0e..406f3d55da 100644
--- a/packages/libndsfpc/examples/graphics/3D/Simple_Tri/SimpleTri.pp
+++ b/packages/libndsfpc/examples/graphics/3D/Simple_Tri/SimpleTri.pp
@@ -85,6 +85,8 @@ begin
glFlush(0);
swiWaitForVBlank();
+
+ if (keys and KEY_START) <> 0 then break;
end;
end.