diff options
| author | realtradam <[email protected]> | 2022-01-04 15:14:26 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-01-04 15:14:26 -0500 |
| commit | a65869fbac6e5caa65cfb44945d9e9ffe80aca88 (patch) | |
| tree | 38b0416f057b823e1c4d2de2e466f68921934c9e /src | |
| parent | 64a4ef67c5c976641e13c4a81f2e6c1c1c063084 (diff) | |
| download | sample-mruby-gem-a65869fbac6e5caa65cfb44945d9e9ffe80aca88.tar.gz sample-mruby-gem-a65869fbac6e5caa65cfb44945d9e9ffe80aca88.zip | |
.
Diffstat (limited to 'src')
| -rw-r--r-- | src/example.c | 2 |
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 |
