mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 15:11:20 +02:00
- bugfix for team switching validation should be skipped
- commented printf for tween debugging
This commit is contained in:
@@ -508,7 +508,7 @@ void GameParticleSystem::setTween(float relative,float absolute) {
|
||||
|
||||
truncateDecimal<float>(tween);
|
||||
if(tween < 0.0f || tween > 1.0f) {
|
||||
printf("In [%s::%s Line: %d] WARNING setting tween to [%f] clamping tween, modelCycle [%f] absolute [%f] relative [%f]\n",__FILE__,__FUNCTION__,__LINE__,tween,modelCycle,absolute,relative);
|
||||
//printf("In [%s::%s Line: %d] WARNING setting tween to [%f] clamping tween, modelCycle [%f] absolute [%f] relative [%f]\n",__FILE__,__FUNCTION__,__LINE__,tween,modelCycle,absolute,relative);
|
||||
//assert(tween >= 0.0f && tween <= 1.0f);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user