X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fui%2FHUD.hpp;fp=src%2Fui%2FHUD.hpp;h=cab8f93e0bf13c26cccb69a6a3a4d48b6ac28fa9;hb=75172fd735e34082c34b47ae7c194445b53038d9;hp=32a167b865d2979209f763a1e12341280f3b2f28;hpb=57d3e33b47c92d56de4007e23800d9bcdb353463;p=blank.git diff --git a/src/ui/HUD.hpp b/src/ui/HUD.hpp index 32a167b..cab8f93 100644 --- a/src/ui/HUD.hpp +++ b/src/ui/HUD.hpp @@ -4,7 +4,7 @@ #include "FixedText.hpp" #include "MessageBox.hpp" #include "../graphics/EntityMesh.hpp" -#include "../graphics/OutlineMesh.hpp" +#include "../graphics/PrimitiveMesh.hpp" #include @@ -57,7 +57,7 @@ private: const Player &player; // block focus - OutlineMesh outline; + PrimitiveMesh outline; glm::mat4 outline_transform; bool outline_visible; @@ -82,7 +82,7 @@ private: IntervalTimer msg_timer; // crosshair - OutlineMesh crosshair; + PrimitiveMesh crosshair; };