From bbf0f2f0eea3f879a50411fe599852b80c02576a Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 2 May 2009 07:21:25 +0000 Subject: [PATCH] Revert --- panda/src/display/graphicsOutput.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/panda/src/display/graphicsOutput.cxx b/panda/src/display/graphicsOutput.cxx index d492b5f993..1e1f37ffd8 100644 --- a/panda/src/display/graphicsOutput.cxx +++ b/panda/src/display/graphicsOutput.cxx @@ -267,7 +267,6 @@ clear_render_textures() { void GraphicsOutput:: add_render_texture(Texture *tex, RenderTextureMode mode, RenderTexturePlane plane) { - nassertv(is_valid()); if (mode == RTM_none) { return;