rdb 16 年之前
父節點
當前提交
bbf0f2f0ee
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      panda/src/display/graphicsOutput.cxx

+ 0 - 1
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;