mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Compilation succesful on Linux Ubuntu
Probably broke a lot of things
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <Engine.h>
|
||||
|
||||
#include <dependencies/GLEW/include/GL/glew.h>
|
||||
//#include <dependencies/GLEW/include/GL/glew.h>
|
||||
#include <src/Vendors/imgui/imgui.h>
|
||||
|
||||
#include <string>
|
||||
@@ -45,7 +45,7 @@ int ApplicationMain(int argc, char* argv[])
|
||||
Engine::Draw();
|
||||
|
||||
const auto& WindowSize = window->GetSize();
|
||||
glViewport(0, 0, WindowSize.x, WindowSize.y);
|
||||
//glViewport(0, 0, WindowSize.x, WindowSize.y);
|
||||
Nuake::Renderer2D::BeginDraw(WindowSize);
|
||||
|
||||
ImGuiViewport* viewport = ImGui::GetMainViewport();
|
||||
|
||||
Reference in New Issue
Block a user