fix UINode function typedefs naming

This commit is contained in:
MihailRis
2025-11-14 12:35:27 +03:00
parent 7abe552e3c
commit f9bab5a5cf
7 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ namespace gui {
GUI& gui,
const std::wstring& text,
glm::vec4 padding,
const onaction& action,
const OnAction& action,
glm::vec2 size = glm::vec2(-1)
);