diff options
| author | lhofhansl <lhofhansl@yahoo.com> | 2018-05-14 03:03:39 -0700 |
|---|---|---|
| committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2018-05-14 12:03:39 +0200 |
| commit | 0cecc1d1a91e7e3b3b5dd8708b7b416d4b907425 (patch) | |
| tree | 2cea83df40d90d3cede4c4bf77e65a451daee45a /src/content_cao.cpp | |
| parent | 9cc341e91face2c999a96e023ba43444c689164d (diff) | |
| download | minetest-0cecc1d1a91e7e3b3b5dd8708b7b416d4b907425.tar.xz | |
Make sure color returns to normal after a damage flash (#7332)
Diffstat (limited to 'src/content_cao.cpp')
| -rw-r--r-- | src/content_cao.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content_cao.cpp b/src/content_cao.cpp index 9344b3370..1955559b5 100644 --- a/src/content_cao.cpp +++ b/src/content_cao.cpp @@ -990,7 +990,7 @@ void GenericCAO::updateTexturePos() } } -void GenericCAO::updateTextures(const std::string &mod) +void GenericCAO::updateTextures(std::string mod) { ITextureSource *tsrc = m_client->tsrc(); |
