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