diff options
author | chai <chaifix@163.com> | 2018-10-18 07:58:07 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-18 07:58:07 +0800 |
commit | b27581c3d9657a4a05191e47eed78d00ec0a46cd (patch) | |
tree | 1d461a5642645f98fe37517884d02c6c53434cd5 /src/libjin/Graphics/Drawable.cpp | |
parent | dce7b78db8a7071217b1439c4b7f6a341ce37cf1 (diff) |
*注释
Diffstat (limited to 'src/libjin/Graphics/Drawable.cpp')
-rw-r--r-- | src/libjin/Graphics/Drawable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/Graphics/Drawable.cpp b/src/libjin/Graphics/Drawable.cpp index aa17f1a..947bb99 100644 --- a/src/libjin/Graphics/Drawable.cpp +++ b/src/libjin/Graphics/Drawable.cpp @@ -79,7 +79,7 @@ namespace jin gl.drawArrays(GL_QUADS, 0, 4); gl.bindTexture(0); } - + void Drawable::draw(const math::Quad& slice, int x, int y, float sx, float sy, float r, float ax, float ay) { float vertCoords[8] = { |