From 0a1a081d8a6c770834cc2824f1344067e04027ee Mon Sep 17 00:00:00 2001 From: "Mr.UNIX" Date: Thu, 18 Jan 2024 14:58:03 +0100 Subject: [PATCH] GMLCompiler: Add OpacitySlider header to class file mappings --- Meta/Lagom/Tools/CodeGenerators/GMLCompiler/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/Lagom/Tools/CodeGenerators/GMLCompiler/main.cpp b/Meta/Lagom/Tools/CodeGenerators/GMLCompiler/main.cpp index c06adea9c3..0418e156df 100644 --- a/Meta/Lagom/Tools/CodeGenerators/GMLCompiler/main.cpp +++ b/Meta/Lagom/Tools/CodeGenerators/GMLCompiler/main.cpp @@ -36,6 +36,7 @@ static Optional map_class_to_file(StringView class_) { "GUI::VerticalProgressbar"sv, "GUI/Progressbar"sv }, { "GUI::DialogButton"sv, "GUI/Button"sv }, { "GUI::PasswordBox"sv, "GUI/TextBox"sv }, + { "GUI::HorizontalOpacitySlider"sv, "GUI/OpacitySlider"sv }, // Map Layout::Spacer to the Layout header even though it's a pseudo class. { "GUI::Layout::Spacer"sv, "GUI/Layout"sv }, };