mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
fixing inputs bug, fixing missing depth image destruction in scenes
This commit is contained in:
@@ -30,7 +30,7 @@ namespace mlx
|
||||
|
||||
private:
|
||||
Handle p_window = nullptr;
|
||||
std::uint32_t m_id = -1;
|
||||
std::int32_t m_id;
|
||||
int m_width = 0;
|
||||
int m_height = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user