deps: update ImGuiScene for real

This commit is contained in:
goat 2021-01-21 17:25:58 +01:00
parent c95eeeed36
commit 6d189e1d41
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ namespace Dalamud.Interface
private RawDX11Scene scene;
public Device Device => this.scene.Device;
public IntPtr WindowHandlePtr => this.scene.WindowHandle;
public IntPtr WindowHandlePtr => this.scene.WindowHandlePtr;
private delegate void InstallRTSSHook();
private string rtssPath;