mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
pull in minor ImGuiScene cleanup
This commit is contained in:
parent
deb208642f
commit
7321819961
2 changed files with 1 additions and 5 deletions
|
|
@ -81,16 +81,12 @@ namespace Dalamud.Interface
|
||||||
{
|
{
|
||||||
this.setCursorHook.Enable();
|
this.setCursorHook.Enable();
|
||||||
this.presentHook.Enable();
|
this.presentHook.Enable();
|
||||||
|
|
||||||
this.scene?.Enable();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Disable()
|
private void Disable()
|
||||||
{
|
{
|
||||||
this.setCursorHook.Disable();
|
this.setCursorHook.Disable();
|
||||||
this.presentHook.Disable();
|
this.presentHook.Disable();
|
||||||
|
|
||||||
this.scene?.Disable();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1ccd799d8f264523ec5473b4ae18e87be0093653
|
Subproject commit 4fcf95dcd06524b278d42dfa8a9aa1853e375d94
|
||||||
Loading…
Add table
Add a link
Reference in a new issue