]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/CapsuleFeedMenu.cpp
switched geometric scalars from floating to fixed
[l2e.git] / src / menu / CapsuleFeedMenu.cpp
index e0789285e1be92b67a1fe647028e527ef265e28c..085c73d29d06c7cb883ac009f584d408bc743cb4 100644 (file)
@@ -15,7 +15,7 @@ using app::Input;
 using common::Capsule;
 using common::Inventory;
 using common::Item;
-using geometry::Vector;
+using math::Vector;
 using graphics::Font;
 using graphics::Frame;
 
@@ -149,7 +149,7 @@ void CapsuleFeedMenu::FeedSelected() {
 }
 
 
-void CapsuleFeedMenu::UpdateWorld(float deltaT) {
+void CapsuleFeedMenu::UpdateWorld(Uint32 deltaT) {
 
 }