Skip to content

Commit

Permalink
fixed a color assertion failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkite committed Jun 19, 2017
1 parent 3814b23 commit fe5ccae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion definitions/vanilla_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -2062,7 +2062,7 @@
{
"id": 166,
"name": "Barrier",
"color": "#00000000",
"color": "#000000",
"alpha": 0.0
},
{
Expand Down
2 changes: 1 addition & 1 deletion minutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ void Minutor::about() {
"© Copyright %3, %4")
.arg(qApp->applicationName())
.arg(qApp->applicationVersion())
.arg(2016)
.arg(2017)
.arg(qApp->organizationName()));
}

Expand Down

0 comments on commit fe5ccae

Please sign in to comment.