Changeset 789 for cpp/frams/canvas/nn_simple_layout.cpp
- Timestamp:
- 05/29/18 15:40:49 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/canvas/nn_simple_layout.cpp
r286 r789 38 38 for (i = 0; i < a; i++) 39 39 { 40 41 42 40 if (e >= N) return; 41 nn->SetXYWH(e, 70 * i + ((i + j) & 3) * 4, 70 * j + ((2 + i + j) & 3) * 4, 50, 50); 42 e++; 43 43 } 44 44 }
Note: See TracChangeset
for help on using the changeset viewer.