Update gifFrameLength name as suggested by clang-tidy (#3947)
This commit is contained in:
@@ -100,7 +100,7 @@ namespace detail {
|
||||
|
||||
void Frames::advance()
|
||||
{
|
||||
this->durationOffset_ += gifFrameLength;
|
||||
this->durationOffset_ += GIF_FRAME_LENGTH;
|
||||
this->processOffset();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user