From b27581c3d9657a4a05191e47eed78d00ec0a46cd Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 18 Oct 2018 07:58:07 +0800 Subject: =?UTF-8?q?*=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/Graphics/Drawable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libjin/Graphics/Drawable.cpp') 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] = { -- cgit v1.1-26-g67d0