Water filter, removed a sneaky System.out
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7767 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
72e4eb1971
commit
4d0f8f1330
@ -212,8 +212,7 @@ public class WaterFilter extends Filter {
|
||||
}
|
||||
|
||||
private DirectionalLight findLight(Node node) {
|
||||
for (Light light : node.getWorldLightList()) {
|
||||
System.out.println(light);
|
||||
for (Light light : node.getWorldLightList()) {
|
||||
if (light instanceof DirectionalLight) {
|
||||
return (DirectionalLight) light;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user