Skip to content

Commit

Permalink
Merge pull request #1123 from IKhonakhbeeva/junior
Browse files Browse the repository at this point in the history
Fix robot image rendering
  • Loading branch information
iakov authored Sep 28, 2020
2 parents 40e2e4e + f8d2fea commit 9786d22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const int border = 0;
const int defaultTraceWidth = 6;

RobotItem::RobotItem(const QString &robotImageFileName, model::RobotModel &robotModel)
: mImage(robotImageFileName, false)
: mImage(robotImageFileName, true)
, mCustomImage(new Image(robotImageFileName, true))
, mBeepItem(new BeepItem())
, mRobotModel(robotModel)
Expand Down

0 comments on commit 9786d22

Please sign in to comment.