diff options
Diffstat (limited to 'src/resources/dye.cpp')
-rw-r--r-- | src/resources/dye.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resources/dye.cpp b/src/resources/dye.cpp index 202ab0675..13b635d45 100644 --- a/src/resources/dye.cpp +++ b/src/resources/dye.cpp @@ -382,7 +382,6 @@ void Dye::instantiate(std::string &target, const std::string &palettes) { s << palettes.substr(pal_pos); s << target.substr(next_pos); - //pal_pos = std::string::npos; break; } s << palettes.substr(pal_pos, pal_next_pos - pal_pos); |