Changeset 12369 for code/branches/OrxoBlox_FS19/src/modules/OrxoBlox
- Timestamp:
- May 16, 2019, 12:25:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc
r12368 r12369 228 228 int y_=(stone->getPosition()).y; 229 229 int z_=(stone->getPosition()).z; 230 if(z_==90)this->end();230 //if(z_==90)this->end(); 231 231 232 232 stone->setPosition(x_,y_,z_+9.0f); 233 234 if( z_ >= 45){ 235 this->end(); 236 } 233 237 } 234 238
Note: See TracChangeset
for help on using the changeset viewer.