Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 2, 2015, 6:01:56 PM (9 years ago)
Author:
fvultier
Message:

2 problems fixed: The collidesAgainst function in the hovership get now properly called. The Hoverhalls have a collisionShape that works.

File:
1 edited

Legend:

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

    r10751 r10760  
    5656        SUPER(Hover, tick, dt);
    5757
    58         if(firstTick){
     58        if(firstTick)
     59        {
    5960            firstTick = false;
    6061            new HoverWall(origin_->getContext(), 1, 2);
     62            new HoverWall(origin_->getContext(), 2, 6);
    6163        }     
    6264
Note: See TracChangeset for help on using the changeset viewer.