We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62256b8 commit 7f14b6dCopy full SHA for 7f14b6d
src/object/lantern.cpp
@@ -36,7 +36,7 @@ Lantern::Lantern(const ReaderMapping& reader) :
36
lightcolor = Color(vColor);
37
} else {
38
if (!Editor::is_active()) {
39
- lightcolor = Color(0, 0, 0);
+ lightcolor = Color(1, 1, 1);
40
}
41
42
lightsprite->set_blend(Blend::ADD);
0 commit comments