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
@ -213,7 +213,6 @@ public class WaterFilter extends Filter {
|
|||||||
|
|
||||||
private DirectionalLight findLight(Node node) {
|
private DirectionalLight findLight(Node node) {
|
||||||
for (Light light : node.getWorldLightList()) {
|
for (Light light : node.getWorldLightList()) {
|
||||||
System.out.println(light);
|
|
||||||
if (light instanceof DirectionalLight) {
|
if (light instanceof DirectionalLight) {
|
||||||
return (DirectionalLight) light;
|
return (DirectionalLight) light;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user