]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/InventoryMenu.cpp
switched geometric scalars from floating to fixed
[l2e.git] / src / menu / InventoryMenu.cpp
index c980f9719a3c120e0097f5a8c19bcb63cbdced90..9a4bf13e7ab0efc9db6afa3f6262da0618960bb8 100644 (file)
@@ -14,7 +14,7 @@
 using app::Input;
 using common::Inventory;
 using common::Item;
-using geometry::Vector;
+using math::Vector;
 using graphics::Font;
 using graphics::Frame;
 using std::swap;
@@ -137,7 +137,7 @@ void InventoryMenu::HandleEvents(const Input &input) {
        }
 }
 
-void InventoryMenu::UpdateWorld(float deltaT) {
+void InventoryMenu::UpdateWorld(Uint32 deltaT) {
 
 }