Skip to content

Commit

Permalink
One more little creature view improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostopheles committed Jun 18, 2024
1 parent 49a2163 commit df4d7d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
##### Fixed
* Horrendous temporary toolbar icons are no more
* Toolbar icons may still be horrendous (I think they're okay)
* Improved creature viewer a tiny bit - still has a long way to go though

##### Added
* Datamine can now add various IDs to tooltips, configurable in the Blizzard settings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ function DatamineCreatureViewMixin:OnLoad()
self:SetWaitingForCreature(nil);
self.Model:SetCamera(2);
self.Model:RefreshCamera();
self.Model:SetRotation(0);
end);

Registry:RegisterCallback(Events.CREATUREVIEW_CREATURE_LOADED, self.OnCreatureLoaded, self);
Expand Down

0 comments on commit df4d7d6

Please sign in to comment.