Ignore:
Timestamp:
2015-02-18T17:29:19+13:00 (9 years ago)
Author:
cct9
Message:

Reworking of pictureBox Paint event so it is using double-buffering correctly without background-erase issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/fft-ddr/summer-2014/trunk/FFDDR/SkeletonManager.cs

    r29735 r29750  
    6161        }
    6262
    63         public void Calibrate(int skeletonNo)
     63        public int Calibrate(int skeletonNo)
    6464        {
    6565            if(calibrated[skeletonNo] == false && calibrating[skeletonNo] == false &&
     
    7474                calibrating[skeletonNo] = false;
    7575                calibrated[skeletonNo] = true;
     76                return 1;
    7677            }
     78            return 0;
    7779        }
    7880
Note: See TracChangeset for help on using the changeset viewer.