Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 3, 2016, 8:49:23 PM (9 years ago)
Author:
landauf
Message:

fixed compiler errors (MSVC): StaticEntity has no tick() function + two other errors in FlagHUD and ExplosionPart

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationHS15/src/modules/hover/HoverFlag.cc

    r11026 r11029  
    106106    }
    107107
    108 
    109 
    110 
    111     /**
    112     @brief
    113         Is called every tick.
    114     @param dt
    115         The time since the last tick.
    116     */
    117     void HoverFlag::tick(float dt)
    118     {
    119         SUPER(HoverFlag, tick, dt);
    120        
    121     }
    122 
    123108    /**
    124109    @brief
Note: See TracChangeset for help on using the changeset viewer.