You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GetScrollOffsets() in DDGIVolume.h function is missing const, even though it is just a plain getter. This makes it harder to use in const-correct user code. Not a huge deal due to const_cast but should still be fixed.
The text was updated successfully, but these errors were encountered:
The
GetScrollOffsets()
inDDGIVolume.h
function is missingconst
, even though it is just a plain getter. This makes it harder to use in const-correct user code. Not a huge deal due toconst_cast
but should still be fixed.The text was updated successfully, but these errors were encountered: