Linux compilation fix

This commit is contained in:
brunoherbelin
2021-02-23 23:43:41 +01:00
parent d0fdbeb14f
commit 0ee5eebf91

View File

@@ -1119,6 +1119,10 @@ void UserInterface::RenderHistory()
void UserInterface::RenderPreview()
{
#if defined(LINUX)
bool openInitializeSystemLoopback = false;
#endif
struct CustomConstraints // Helper functions for aspect-ratio constraints
{
static void AspectRatio(ImGuiSizeCallbackData* data) {