Fixed typo

This commit is contained in:
Pentium44 2014-03-12 18:43:23 +08:00 committed by darkrose
parent 3f75d1e7c4
commit 3d349a1aab
1 changed files with 1 additions and 1 deletions

View File

@ -8329,7 +8329,7 @@ void content_mapnode_init()
i = CONTENT_PAINTING_CANVAS;
f = &content_features(i);
f->description = std::string("Blue Flower Painting");
f->description = std::string("Painting Canvas");
f->setAllTextures("painting.png");
f->setTexture(4, "painting.png");
f->setTexture(5, "painting_canvas.png");