diff options
Diffstat (limited to 'src/render/graphicsdef.hpp')
-rw-r--r-- | src/render/graphicsdef.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/graphicsdef.hpp b/src/render/graphicsdef.hpp index 3eedd871f..767cb8084 100644 --- a/src/render/graphicsdef.hpp +++ b/src/render/graphicsdef.hpp @@ -89,7 +89,8 @@ public: void calcWindow(ImageCollection *restrict const vertCol, const int x, const int y, const int w, const int h, - const ImageRect &restrict imgRect) restrict2 override final; + const ImageRect &restrict imgRect) + restrict2 override final; void drawRectangle(const Rect &restrict rect) restrict2 override final; |