summaryrefslogtreecommitdiffhomepage
path: root/src/example.c
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-01-04 15:14:26 -0500
committerrealtradam <[email protected]>2022-01-04 15:14:26 -0500
commita65869fbac6e5caa65cfb44945d9e9ffe80aca88 (patch)
tree38b0416f057b823e1c4d2de2e466f68921934c9e /src/example.c
parent64a4ef67c5c976641e13c4a81f2e6c1c1c063084 (diff)
downloadsample-mruby-gem-a65869fbac6e5caa65cfb44945d9e9ffe80aca88.tar.gz
sample-mruby-gem-a65869fbac6e5caa65cfb44945d9e9ffe80aca88.zip
.
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