diff options
Diffstat (limited to 'Build/source/utils/asymptote/bezierpatch.h')
-rw-r--r-- | Build/source/utils/asymptote/bezierpatch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/bezierpatch.h b/Build/source/utils/asymptote/bezierpatch.h index 54ad4b8dabf..f514df1d80f 100644 --- a/Build/source/utils/asymptote/bezierpatch.h +++ b/Build/source/utils/asymptote/bezierpatch.h @@ -28,6 +28,8 @@ struct BezierPatch vertexFunction pvertex; bool Onscreen; + BezierPatch() : transparent(false), color(false), Onscreen(true) {} + void init(double res); void init(double res, GLfloat *colors) { |