diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-31 20:25:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-31 20:25:43 +0300 |
commit | 7e5386bc62f1f61d3409219292e1ec0d71cbd28e (patch) | |
tree | 3e4233abac1d52ff1103bdd8b4747a4e91b5f575 /src/render/graphics_drawImageRect.hpp | |
parent | 62879acf891f1939e16fa32d2426b56f08f1609b (diff) | |
download | plus-7e5386bc62f1f61d3409219292e1ec0d71cbd28e.tar.gz plus-7e5386bc62f1f61d3409219292e1ec0d71cbd28e.tar.bz2 plus-7e5386bc62f1f61d3409219292e1ec0d71cbd28e.tar.xz plus-7e5386bc62f1f61d3409219292e1ec0d71cbd28e.zip |
fix code style.
Diffstat (limited to 'src/render/graphics_drawImageRect.hpp')
-rw-r--r-- | src/render/graphics_drawImageRect.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/graphics_drawImageRect.hpp b/src/render/graphics_drawImageRect.hpp index 28157fafd..9ce134ab9 100644 --- a/src/render/graphics_drawImageRect.hpp +++ b/src/render/graphics_drawImageRect.hpp @@ -21,9 +21,9 @@ */ -//void GraphicsX::drawImageRect(const int x, const int y, -// const int w, const int h, -// const ImageRect &imgRect) +// void GraphicsX::drawImageRect(const int x, const int y, +// const int w, const int h, +// const ImageRect &imgRect) BLOCK_START("Graphics::drawImageRect") |