mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-21 20:08:40 +03:00
Fixed some lighting bug + serialization progress
This commit is contained in:
@@ -3,10 +3,13 @@
|
||||
#include "src/Vendors/imgui/imgui.h"
|
||||
#include <src/Vendors/imgui/ImGuizmo.h>
|
||||
#include "src/Core/FileSystem.h"
|
||||
|
||||
class Material;
|
||||
|
||||
class EditorInterface
|
||||
{
|
||||
private:
|
||||
|
||||
Entity m_SelectedEntity;
|
||||
bool m_IsEntitySelected = false;
|
||||
bool m_DrawGrid = false;
|
||||
|
||||
Reference in New Issue
Block a user