diff options
Diffstat (limited to 'src/render/softwaregraphicsdef.hpp')
-rw-r--r-- | src/render/softwaregraphicsdef.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/softwaregraphicsdef.hpp b/src/render/softwaregraphicsdef.hpp index 5f9cfad28..598b03266 100644 --- a/src/render/softwaregraphicsdef.hpp +++ b/src/render/softwaregraphicsdef.hpp @@ -21,5 +21,5 @@ */ public: - void calcTileSDL(ImageVertexes *const vert, - int x, int y) const override final; + void calcTileSDL(ImageVertexes *restrict const vert, + int x, int y) const restrict2 override final; |