Browse Source

remove bogus assertion

David Rose 19 years ago
parent
commit
838a261ae2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/grutil/openCVTexture.cxx

+ 0 - 1
panda/src/grutil/openCVTexture.cxx

@@ -210,7 +210,6 @@ make_texture() {
 ////////////////////////////////////////////////////////////////////
 void OpenCVTexture::
 update_frame(int frame) {
-  nassertv(has_ram_image());
   int max_z = max(_z_size, (int)_pages.size());
   for (int z = 0; z < max_z; ++z) {
     VideoPage &page = _pages[z];