Removed remaining debug system out in SpotLight
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10843 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
ee03907418
commit
509f4eae35
@ -76,8 +76,7 @@ public class SpotLight extends Light implements Savable {
|
||||
if(((int)packedAngleCos)== ((int)(outerCos*1000)) ){
|
||||
outerCos -= 0.001f;
|
||||
}
|
||||
packedAngleCos+=outerCos;
|
||||
System.out.println("anfle"+ packedAngleCos);
|
||||
packedAngleCos+=outerCos;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user