Browse Source

remove bogus assert

David Rose 17 years ago
parent
commit
889ccb9860
1 changed files with 0 additions and 2 deletions
  1. 0 2
      panda/src/display/parasiteBuffer.cxx

+ 0 - 2
panda/src/display/parasiteBuffer.cxx

@@ -55,8 +55,6 @@ ParasiteBuffer(GraphicsOutput *host, const string &name,
   _is_valid = true;
   _is_valid = true;
   
   
   set_inverted(host->get_gsg()->get_copy_texture_inverted());
   set_inverted(host->get_gsg()->get_copy_texture_inverted());
-  
-  nassertv(_x_size <= host->get_x_size() && _y_size <= host->get_y_size());
 }
 }
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////