Changeset 3076
- Timestamp:
- May 25, 2009, 10:25:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/pickup/PickupInventory.cc
r3074 r3076 324 324 btn->setPosition(CEGUI::UVector2(CEGUI::UDim(0, 8 + x * 70), CEGUI::UDim(0, 8 + y * 90))); 325 325 btn->setSize(CEGUI::UVector2(CEGUI::UDim(0, 59), CEGUI::UDim(0, 59))); 326 btn->subscribeScriptedEvent("Clicked", " itemClicked");326 btn->subscribeScriptedEvent("Clicked", "PickupInventory.itemClicked"); 327 327 btn->setVisible(false); 328 328 }
Note: See TracChangeset
for help on using the changeset viewer.