Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 9, 2015, 2:14:47 PM (8 years ago)
Author:
meierman
Message:

Placing Walls works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hoverHS15/src/modules/hover/Hover.cc

    r10760 r10785  
    5959        {
    6060            firstTick = false;
    61             new HoverWall(origin_->getContext(), 1, 2);
    62             new HoverWall(origin_->getContext(), 2, 6);
     61            new HoverWall(origin_->getContext(), 1, 2, 1);
     62            new HoverWall(origin_->getContext(), 2, 6, 1);
    6363        }     
    6464
Note: See TracChangeset for help on using the changeset viewer.