Skip to content

Commit

Permalink
Advance CKeyValues3Iterator::Init
Browse files Browse the repository at this point in the history
  • Loading branch information
Wend4r committed Feb 11, 2025
1 parent 4ecad76 commit 4610344
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tier1/keyvalues3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1305,6 +1305,8 @@ void CKeyValues3Iterator::Init( KeyValues3 *kv )
auto entry = m_Stack.AddToTailGetPtr();
entry->m_nIndex = -1;
entry->m_pKV = kv;

Advance();
}
}

Expand Down

0 comments on commit 4610344

Please sign in to comment.