mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-04 11:35:06 +03:00
Moved scene snapshot into class
This commit is contained in:
@@ -1392,8 +1392,6 @@ namespace Nuake {
|
||||
}
|
||||
}
|
||||
|
||||
Ref<Scene> SceneSnapshot;
|
||||
|
||||
void EditorInterface::Draw()
|
||||
{
|
||||
Init();
|
||||
|
||||
@@ -7,12 +7,15 @@
|
||||
#include "../Actions/EditorSelection.h"
|
||||
#include "EditorSelectionPanel.h"
|
||||
#include "WelcomeWindow.h"
|
||||
|
||||
namespace Nuake {
|
||||
class Material;
|
||||
class FileSystemUI;
|
||||
class EditorInterface
|
||||
{
|
||||
private:
|
||||
Ref<Scene> SceneSnapshot;
|
||||
|
||||
bool m_DrawGrid = false;
|
||||
bool m_DrawAxis = true;
|
||||
bool m_ShowImGuiDemo = false;
|
||||
|
||||
Reference in New Issue
Block a user