Changeset 884
- Timestamp:
- 2010-06-15 19:27:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2010/24/anlakane/Muistipeli/Kortti.cs
r883 r884 18 18 // TODO: Construct any child components here 19 19 onkoKaantynyt = false; 20 IsUpdated = true; 20 21 } 21 22 … … 33 34 if (kaantyminenAlkanut) 34 35 { 35 while(this.Width > 5)36 if(this.Width > 5) 36 37 { 37 38 this.Size = new Vector(this.Width - 1, this.Height - 1); 38 39 } 39 kaantyminenAlkanut = false; 40 40 if(this.Width <= 5) 41 { 42 kaantyminenAlkanut = false; 43 } 41 44 } 42 45 // TODO: Add your update code here
Note: See TracChangeset
for help on using the changeset viewer.