mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Fix direction of furniture redrawing.
This commit is contained in:
parent
e2313ba925
commit
5b1c0cf0e3
1 changed files with 2 additions and 2 deletions
|
|
@ -424,8 +424,8 @@ public sealed unsafe partial class RedrawService : IDisposable
|
||||||
if (housingManager == null)
|
if (housingManager == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
var currentTerritory = (OutdoorTerritory*)housingManager->CurrentTerritory;
|
var currentTerritory = (IndoorTerritory*)housingManager->CurrentTerritory;
|
||||||
if (currentTerritory == null || currentTerritory->GetTerritoryType() is not HousingTerritoryType.Outdoor)
|
if (currentTerritory == null || currentTerritory->GetTerritoryType() is not HousingTerritoryType.Indoor)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue