X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fobject.cpp;h=bdb292bb64e4721208c7bed12dca73bb30d03433;hp=4a2e5df13f745c82092feb4869eefeb828d4cdba;hb=3c46227c280bc4cd8a4487c648f2f080d5b4f7ea;hpb=dafd3a42a2f06bfd8e88f9240fc2f4bd3d401541 diff --git a/source/object.cpp b/source/object.cpp index 4a2e5df1..bdb292bb 100644 --- a/source/object.cpp +++ b/source/object.cpp @@ -30,6 +30,8 @@ Object::Object(const Mesh *m, const Technique *t): set_technique(t); } +// TODO should have copy-c'tor to set watch on lod0 mesh if necessary + Object::~Object() { if(lods[0].mesh && lod0_watched)