mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-27 06:02:11 +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;
|
||||
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")]
|
||||
|
|
Loading…
Reference in a new issue