Update gifFrameLength name as suggested by clang-tidy (#3947)

This commit is contained in:
Felanbird
2022-09-04 13:25:34 -04:00
committed by GitHub
parent 7a4eda0e30
commit 92301e7d72
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ namespace detail {
void Frames::advance()
{
this->durationOffset_ += gifFrameLength;
this->durationOffset_ += GIF_FRAME_LENGTH;
this->processOffset();
}