Changeset 883 for 2010


Ignore:
Timestamp:
2010-06-15 19:24:43 (13 years ago)
Author:
anlakane
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2010/24/anlakane/Muistipeli/Kortti.cs

    r882 r883  
    3535                while(this.Width > 5) 
    3636                { 
    37                     this.Y += 10; 
     37                    this.Size = new Vector(this.Width - 1, this.Height - 1); 
    3838                } 
    39                 this.Size = new Vector(this.Width - 1, this.Height - 1); 
    4039                kaantyminenAlkanut = false; 
    4140 
Note: See TracChangeset for help on using the changeset viewer.