From c763c7d036c2cd8a398a1e00a51ff3b8cbca4d0d Mon Sep 17 00:00:00 2001 From: Emma Broman Date: Wed, 21 Feb 2024 08:54:11 +0100 Subject: [PATCH] Fix typo in Tessellation parameter struct ("ebabled") --- modules/globebrowsing/src/geojson/geojsonproperties.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/globebrowsing/src/geojson/geojsonproperties.cpp b/modules/globebrowsing/src/geojson/geojsonproperties.cpp index 50aa4c9f8c..7c828f7a3c 100644 --- a/modules/globebrowsing/src/geojson/geojsonproperties.cpp +++ b/modules/globebrowsing/src/geojson/geojsonproperties.cpp @@ -336,7 +336,7 @@ namespace { struct Tessellation { // [[codegen::verbatim(TessellationEnabledInfo.description)]] - std::optional ebabled; + std::optional enabled; // [[codegen::verbatim(UseTessellationLevelInfo.description)]] std::optional useTessellationLevel;