Cleanup: Resolve unused variable warning in draw module

This commit is contained in:
Hans Goudey 2022-11-14 14:49:57 -06:00
parent 103fe4d1d1
commit e3ee913932
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ class View {
bool is_inverted(int view_id = 0) const
{
BLI_assert(view_id < view_len_);
UNUSED_VARS_NDEBUG(view_id);
return is_inverted_;
}