Use flag to avoid second eye stereo color problem

This commit is contained in:
Christopher Bruns 2019-02-24 15:05:19 -08:00 committed by Christoph Oelckers
commit 051145b2c8
3 changed files with 14 additions and 9 deletions

View file

@ -674,4 +674,5 @@ void F2DDrawer::Clear()
mVertices.Clear();
mIndices.Clear();
mData.Clear();
mIsFirstPass = true;
}