remove print
This commit is contained in:
@@ -96,8 +96,8 @@ public class TextureUtils {
|
|||||||
|
|
||||||
//Shouldent be needed due to the compute bake copy
|
//Shouldent be needed due to the compute bake copy
|
||||||
depthF *= 2;
|
depthF *= 2;
|
||||||
if (depthF > 1.00001f) {
|
if (depthF > 1.00001f) {//Basicly only happens when a model goes out of bounds (thing)
|
||||||
System.err.println("Warning: Depth greater than 1");
|
//System.err.println("Warning: Depth greater than 1");
|
||||||
depthF = 1.0f;
|
depthF = 1.0f;
|
||||||
}
|
}
|
||||||
return depthF;
|
return depthF;
|
||||||
|
|||||||
Reference in New Issue
Block a user