Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
nodrog6 committed Mar 23, 2015
2 parents 237e119 + 847322a commit fb8805c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified GameData/LightsOut/LightsOut.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/LightsOut/LightsOut.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ void SetTime(EditorTime newTime) {
// Toggle all part lights
SetPartLights(newTime == EditorTime.Night);

if (newTime == EditorTime.Day) {
if (newTime == EditorTime.Night) {
launcherButton.SetTexture((Texture)GameDatabase.Instance.GetTexture(sunIcon, false));
}
else {
Expand Down

0 comments on commit fb8805c

Please sign in to comment.