overte-HifiExperiments/libraries/render-utils
Ryan Huffman 8eacf0ad4b Remove unnecessary assert in Model.cpp
This clause inside was not longer valid - it is a valid state for
part->_meshIndex < _modelMeshRenderItems.size(). A better check might be
to compare it to the size of _meshStates which we use below, but we use
_meshStates.at(...) which will do the bounds checking, which makes the
assert unnecessary.
2017-05-16 10:56:33 -07:00
..
res/fonts
src Remove unnecessary assert in Model.cpp 2017-05-16 10:56:33 -07:00
CMakeLists.txt CR 2017-04-25 16:09:31 -07:00