diff options
| author | jussi | 2023-12-19 02:02:26 +0200 |
|---|---|---|
| committer | jussi | 2023-12-19 02:02:26 +0200 |
| commit | 9884c544bb2e9870bbda9607685bd478c9f3fda0 (patch) | |
| tree | e77d4a39e7d5d9bbe38b5b08606d23639ea7f875 /src/models.c | |
| parent | 917ce853fcfb212e2343b6b2dac816b14ee50e46 (diff) | |
| download | reilua-enhanced-9884c544bb2e9870bbda9607685bd478c9f3fda0.tar.gz reilua-enhanced-9884c544bb2e9870bbda9607685bd478c9f3fda0.tar.bz2 reilua-enhanced-9884c544bb2e9870bbda9607685bd478c9f3fda0.zip | |
DrawTextureNPatchRepeat.
Diffstat (limited to 'src/models.c')
| -rw-r--r-- | src/models.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models.c b/src/models.c index 490ac13..b65fccf 100644 --- a/src/models.c +++ b/src/models.c @@ -377,7 +377,7 @@ int lmodelsDrawPlane( lua_State *L ) { /* > RL.DrawQuad3DTexture( Texture texture, Vector3{} vertices, Vector2{} texCoords, Color{} colors ) -Draw 3D textured quad. (Texture coordinates opengl style 0.0 - 1.0). +Draw 3D textured quad. (Texture coordinates opengl style 0.0 - 1.0) */ int lmodelDrawQuad3DTexture( lua_State *L ) { Texture *texture = uluaGetTexture( L, 1 ); |
