mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-09 12:37:41 +03:00
chore: refactor
This commit is contained in:
@@ -9,7 +9,6 @@ namespace clrsync::gui::backend{
|
||||
std::string title = "clrsync";
|
||||
int width = 1280;
|
||||
int height = 720;
|
||||
bool resizable = true;
|
||||
bool decorated = true;
|
||||
bool transparent_framebuffer = true;
|
||||
float clear_color[4] = {0.1f, 0.1f, 0.1f, 0.0f};
|
||||
|
||||
Reference in New Issue
Block a user