diff options
Diffstat (limited to 'src/resources/dye/dye.cpp')
-rw-r--r-- | src/resources/dye/dye.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/dye/dye.cpp b/src/resources/dye/dye.cpp index eac52f638..789c711c4 100644 --- a/src/resources/dye/dye.cpp +++ b/src/resources/dye/dye.cpp @@ -141,7 +141,7 @@ void Dye::instantiate(std::string &restrict target, target = s.str(); } -int Dye::getType() const restrict2 +int Dye::getType() const restrict2 noexcept2 { if (mDyePalettes[sPaleteIndex]) return 1; |