1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0024892: AIS_TexturedShape::ShowTriangles overloads mismatch

This commit is contained in:
kgv 2014-05-05 09:13:57 +04:00 committed by bugmaster
parent e97a6598fe
commit 7ccd27ca04

View File

@ -158,7 +158,7 @@ public: //! @name methods to alter texture mapping properties
Standard_Boolean ShowTriangles() const { return myToShowTriangles; }
//! Use this method to show the triangulation of the shape (for debugging etc.).
Standard_EXPORT void ShowTriangles (const Standard_Boolean theToShowTriangles = Standard_False);
Standard_EXPORT void ShowTriangles (const Standard_Boolean theToShowTriangles);
//! @return true if texture color modulation is turned on
Standard_Boolean TextureModulate() const { return myModulate; }