diff options
| author | Tom Black <[email protected]> | 2018-09-12 14:42:04 -0700 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2018-09-12 14:42:04 -0700 |
| commit | c9b3bd7ca5400548d882ba6b91a596568a70764c (patch) | |
| tree | ea3db6b76a75a0707a34b13093e2b6870acaae01 /ext | |
| parent | 632e007e711ba8e4e7d9b3a39cd64e32ca58afd1 (diff) | |
| download | ruby2d-c9b3bd7ca5400548d882ba6b91a596568a70764c.tar.gz ruby2d-c9b3bd7ca5400548d882ba6b91a596568a70764c.zip | |
Update Simple 2D function name
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/ruby2d/ruby2d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ruby2d/ruby2d.c b/ext/ruby2d/ruby2d.c index 74c7823..2705e03 100644 --- a/ext/ruby2d/ruby2d.c +++ b/ext/ruby2d/ruby2d.c @@ -925,7 +925,7 @@ static R_VAL ruby2d_window_ext_show(R_VAL self) { // Load controller mappings, if DB file exists if (S2D_FileExists(full_mappings_path)) { - S2D_LoadControllerMappingsFromFile(full_mappings_path); + S2D_AddControllerMappingsFromFile(full_mappings_path); } free(full_mappings_path); |
