add debug camera information

This commit is contained in:
SweetId
2023-11-20 15:02:25 +05:30
parent 833ac5e6f0
commit 752cd6218a
2 changed files with 25 additions and 0 deletions

View File

@@ -7,5 +7,8 @@ namespace NzEditor
{
public:
MainWindow(Nz::EditorBaseApplication* app);
protected:
virtual void OnRenderImgui() override;
};
}