fix UINode enums naming

This commit is contained in:
MihailRis
2025-11-14 12:33:30 +03:00
parent c6b78dae3e
commit 7abe552e3c
9 changed files with 61 additions and 61 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ Hud::Hud(Engine& engine, LevelFrontend& frontend, Player& player)
gui.add(contentAccessPanel);
auto dplotter = std::make_shared<Plotter>(gui, 350, 250, 2000, 16);
dplotter->setGravity(Gravity::bottom_right);
dplotter->setGravity(Gravity::BOTTOM_RIGHT);
dplotter->setInteractive(false);
add(HudElement(HudElementMode::PERMANENT, nullptr, dplotter, true));