Skip to content

Commit

Permalink
[#90] fix(VirtualObject): also set DEFAULT_VISUAL if `has_visual_ob…
Browse files Browse the repository at this point in the history
…ject==false`
  • Loading branch information
lmichaelis committed Jun 19, 2024
1 parent e034c47 commit 35938c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vobs/VirtualObject.cc
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ namespace zenkit {
} else {
this->visual = DEFAULT_VISUAL;
}
} else {
this->visual = DEFAULT_VISUAL;
}

if (has_ai_object) {
Expand Down

0 comments on commit 35938c2

Please sign in to comment.