mirror of
https://github.com/leozide/leocad.git
synced 2026-07-28 04:07:11 +00:00
Keep BFC disabled. Fixes #717.
This commit is contained in:
@@ -631,6 +631,7 @@ void lcPiece::DrawInterface(lcContext* Context, const lcScene& Scene) const
|
||||
Context->DrawIndexedPrimitives(GL_TRIANGLES, 36, GL_UNSIGNED_SHORT, 0);
|
||||
}
|
||||
|
||||
Context->EnableCullFace(false);
|
||||
glDisable(GL_BLEND);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user