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:
@@ -17,7 +17,9 @@ namespace mlx
|
||||
};
|
||||
|
||||
public:
|
||||
Inputs();
|
||||
Inputs() = default;
|
||||
|
||||
void FetchInputs();
|
||||
|
||||
inline void RegisterWindow(std::shared_ptr<Window> window) { m_windows[window->GetID()] = window; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user