mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-03-01 07:11:36 +00:00
Changed "Full Brightness" info message for clarification
This commit is contained in:
parent
42c52a7273
commit
b850716762
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
||||||
{
|
{
|
||||||
renderer.FullBrightness = !renderer.FullBrightness;
|
renderer.FullBrightness = !renderer.FullBrightness;
|
||||||
string onoff = renderer.FullBrightness ? "ON" : "OFF";
|
string onoff = renderer.FullBrightness ? "ON" : "OFF";
|
||||||
General.Interface.DisplayStatus(StatusType.Action, "Brightness levels are now " + onoff + ".");
|
General.Interface.DisplayStatus(StatusType.Action, "Full Brightness is now " + onoff + ".");
|
||||||
}
|
}
|
||||||
|
|
||||||
[BeginAction("resettexture")]
|
[BeginAction("resettexture")]
|
||||||
|
|
Loading…
Reference in a new issue