Adding docking support through ImGui , Adding multiviewport support through ImGui, Moving header file back into the src directory , started building the editor, Added framebuffer to renderer.
BUG: The framebuffer will not be displayed in the editor for some reason
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#include "Input/InputManager.h"
|
||||
#include "InputManager.h"
|
||||
|
||||
BarinkEngine::InputManager InputSystem;
|
||||
|
||||
void BarinkEngine::InputManager::PollEvents()
|
||||
|
Reference in New Issue
Block a user