Skip to content

Commit 519f592

Browse files
committed
skin: housing scene controls
1 parent f93a52b commit 519f592

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ElvUI/Game/Mainline/Skins/Housing.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,11 @@ function S:Blizzard_HousingModelPreview()
508508
local ModelPreview = PreviewFrame.ModelPreview
509509
if ModelPreview then
510510
ModelPreview:StripTextures()
511+
512+
local ModelSceneControls = ModelPreview.ModelSceneControls
513+
if ModelSceneControls then
514+
S:HandleModelSceneControlButtons(ModelSceneControls)
515+
end
511516
end
512517
end
513518
end

0 commit comments

Comments
 (0)