mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-23 15:09:52 -05:00
fix seapatch
This commit is contained in:
@@ -1900,6 +1900,10 @@ make_array_writers() {
|
||||
_array_writers.push_back(new GeomVertexArrayDataPipelineWriter(*ai, _force_to_0, _current_thread));
|
||||
}
|
||||
|
||||
_object->clear_cache_stage();
|
||||
_cdata->_modified = Geom::get_next_modified();
|
||||
_cdata->_animated_vertices_modified = UpdateSeq();
|
||||
|
||||
_got_array_writers = true;
|
||||
nassertv(get_array_writer(0)->get_data_size_bytes() == get_array(0)->get_data_size_bytes());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user