diff options
| author | Tom Black <[email protected]> | 2021-04-12 11:51:21 -0500 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2021-04-12 11:51:21 -0500 |
| commit | 983e3cd0941b5a9c458bb5801b05447fd26bafbe (patch) | |
| tree | de9d62a10ef8492b14f004f218e60f91f8579e01 /ext | |
| parent | 85c5e96e69666733a7363ac497dc7f599cb87780 (diff) | |
| download | ruby2d-983e3cd0941b5a9c458bb5801b05447fd26bafbe.tar.gz ruby2d-983e3cd0941b5a9c458bb5801b05447fd26bafbe.zip | |
Update `S2D` to `R2D`
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 1ab16ec..e758e39 100644 --- a/ext/ruby2d/ruby2d.c +++ b/ext/ruby2d/ruby2d.c @@ -265,7 +265,7 @@ static R_VAL ruby2d_quad_ext_draw(mrb_state* mrb, R_VAL self) { static R_VAL ruby2d_quad_ext_draw(R_VAL self, R_VAL x, R_VAL y, R_VAL c) { #endif - S2D_DrawQuad( + R2D_DrawQuad( NUM2DBL(x), NUM2DBL(y), NUM2DBL(c), |
