From 03bde268abc4d532be889868f3b2c2e6a38f4e4c Mon Sep 17 00:00:00 2001 From: Christian Heinemann Date: Wed, 29 Nov 2023 21:49:07 +0100 Subject: [PATCH] GCC compile error fixed --- source/Gui/SimulationView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Gui/SimulationView.cpp b/source/Gui/SimulationView.cpp index 50b5a9301..cf36a9dfe 100644 --- a/source/Gui/SimulationView.cpp +++ b/source/Gui/SimulationView.cpp @@ -338,7 +338,7 @@ void _SimulationView::draw(bool renderSimulation) clipRect, text, text + strlen(text), - NULL, + 0.0f, false); } }