Removed test code.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4677 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
c6bf95a64c
commit
ab567bc53c
@ -904,8 +904,8 @@ void Track::itemCommand(const Vec3 &xyz, Item::ItemType type,
|
||||
// Don't tilt the items, since otherwise the rotation will look odd,
|
||||
// i.e. the items will not rotate around the normal, but 'wobble'
|
||||
// around.
|
||||
Vec3 normal(0.7071f, 0, 0.7071f);
|
||||
//Vec3 normal(0, 0, 1);
|
||||
//Vec3 normal(0.7071f, 0, 0.7071f);
|
||||
Vec3 normal(0, 0, 1);
|
||||
item_manager->newItem(type, loc, normal);
|
||||
} // itemCommand
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user