From: Mikko Rasa Date: Mon, 20 Oct 2014 08:59:22 +0000 (+0300) Subject: Add missing initialization X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=26ff1dd4c645c9b8b5361f5f37c58f071789f026 Add missing initialization --- diff --git a/source/mesh.cpp b/source/mesh.cpp index 869ea671..d1cb77f1 100644 --- a/source/mesh.cpp +++ b/source/mesh.cpp @@ -31,6 +31,7 @@ void Mesh::init(ResourceManager *rm) vao_id = 0; defer_buffers = true; dirty = true; + disallow_rendering = false; winding = 0; if(rm)