Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 4:57:28 PM (6 years ago)
Author:
jeromela
Message:

Zielvisier eingefuegt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc

    r12384 r12391  
    332332    }
    333333   
     334    void OrxoBlox::tick(float dt)
     335    {       
     336        SUPER(OrxoBlox, tick, dt);
     337    }
    334338/*
    335339    bool OrxoBlox::Intersect(int XpositionBall, int XPositionBlock, int YPositionBall, int YPositionBlock, int radiusBall, int sizeBlock) {
Note: See TracChangeset for help on using the changeset viewer.