Browse Source

tests: remove accidentally added debug image output

rdb 7 years ago
parent
commit
102a256b05
1 changed files with 0 additions and 2 deletions
  1. 0 2
      tests/display/test_depth_buffer.py

+ 0 - 2
tests/display/test_depth_buffer.py

@@ -91,8 +91,6 @@ def render_depth_pixel(region, distance, near, far, clear=None, write=True):
     region.window.engine.render_frame()
     region.window.clear_render_textures()
 
-    depth_texture.write("test2.png")
-
     col = core.LColor()
     depth_texture.peek().lookup(col, 0.5, 0.5)
     return col[0]