time_function fails with recursive functions I think.
This commit is contained in:
@@ -137,7 +137,6 @@ public:
|
|||||||
|
|
||||||
// Get a specific frame
|
// Get a specific frame
|
||||||
frame get_frame(size_t index) const {
|
frame get_frame(size_t index) const {
|
||||||
TIME_FUNCTION;
|
|
||||||
if (index >= compressed_frames_.size()) {
|
if (index >= compressed_frames_.size()) {
|
||||||
throw std::out_of_range("Frame index out of range");
|
throw std::out_of_range("Frame index out of range");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user