mirror of
https://github.com/4sval/FModel.git
synced 2026-09-19 15:04:28 -05:00
picking texture, not pixel perfect but good enough
This commit is contained in:
@@ -32,7 +32,7 @@ public class ImGuiController : IDisposable
|
||||
private int _windowWidth;
|
||||
private int _windowHeight;
|
||||
|
||||
private System.Numerics.Vector2 _scaleFactor = System.Numerics.Vector2.One;
|
||||
private readonly System.Numerics.Vector2 _scaleFactor = System.Numerics.Vector2.One;
|
||||
|
||||
private static bool KHRDebugAvailable = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user