time_function fails with recursive functions I think.

This commit is contained in:
Yggdrasil75
2025-11-14 14:15:36 -05:00
parent 41fdb095ce
commit d6bb2b9c75

View File

@@ -137,7 +137,6 @@ public:
// Get a specific frame
frame get_frame(size_t index) const {
TIME_FUNCTION;
if (index >= compressed_frames_.size()) {
throw std::out_of_range("Frame index out of range");
}