X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fpartcache.cpp;fp=source%2Fpartcache.cpp;h=f4c085e5baa47c4230786eba92a2feb50ac8cf50;hp=3b944572a45abb8874b06a7f4313e569fab123dd;hb=9f38197854e699a6093a906ab43f4238f3cd2388;hpb=b4a3d651f57c46507aaa99a71a14fea15f0e430d diff --git a/source/partcache.cpp b/source/partcache.cpp index 3b94457..f4c085e 100644 --- a/source/partcache.cpp +++ b/source/partcache.cpp @@ -6,22 +6,12 @@ using namespace std; namespace Msp { namespace GLtk { -CachedPart::CachedPart(): - part(0), - texture(0), - mesh(0) -{ } - CachedPart::~CachedPart() { delete mesh; } -PartCache::PartCache(): - rebuilding(false) -{ } - void PartCache::begin_rebuild() { if(rebuilding)