summaryrefslogtreecommitdiffhomepage
path: root/src/example.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/example.c')
-rw-r--r--src/example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example.c b/src/example.c
index c5d573c..110abda 100644
--- a/src/example.c
+++ b/src/example.c
@@ -48,7 +48,7 @@ mrb_c_method(mrb_state *mrb, mrb_value self)
CloseWindow(); // Close window and OpenGL context
//--------------------------------------------------------------------------------------
- return 0;
+ return self;
}
void