Ignore:
Timestamp:
Aug 23, 2012, 4:00:43 PM (11 years ago)
Author:
touky
Message:

Fixed Entity::TickGame log flood.
Added BulletCharacterController.cpp & BulletCharacterController.h stubs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/input/input.h

    r1792 r1795  
    381381
    382382protected:
     383        virtual char const *    GetName()
     384        {
     385                return "<InputTracker>";
     386        }
    383387        virtual void                    TickGame(float seconds)
    384388        {
     389                Entity::TickGame(seconds);
     390
    385391                UpdateActionStatus(seconds);
    386392        }
Note: See TracChangeset for help on using the changeset viewer.