diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-06 20:16:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-06 20:16:35 +0300 |
commit | e6f2965e420da97d989ea4650e2dfc66a0decb3a (patch) | |
tree | af377900b9c0a77cfc13ddb8a70baf640d1bd830 /src/render/openglgraphicsdef.hpp | |
parent | b29baef05f700a94a0dc315c1b891ed7f6ab6173 (diff) | |
download | plus-e6f2965e420da97d989ea4650e2dfc66a0decb3a.tar.gz plus-e6f2965e420da97d989ea4650e2dfc66a0decb3a.tar.bz2 plus-e6f2965e420da97d989ea4650e2dfc66a0decb3a.tar.xz plus-e6f2965e420da97d989ea4650e2dfc66a0decb3a.zip |
Add noexcept into graphics.
Diffstat (limited to 'src/render/openglgraphicsdef.hpp')
-rw-r--r-- | src/render/openglgraphicsdef.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/openglgraphicsdef.hpp b/src/render/openglgraphicsdef.hpp index 31974bb52..4b32c6442 100644 --- a/src/render/openglgraphicsdef.hpp +++ b/src/render/openglgraphicsdef.hpp @@ -34,7 +34,7 @@ public: void updateTextureFormat() restrict2; - bool isAllowScale() const restrict2 override final + bool isAllowScale() const restrict2 noexcept override final { return true; } void clearScreen() const restrict2 override final; |