added output clear to mytrenderer destructor

This commit is contained in:
Gregorio Palmas palmas 2010-02-09 14:09:26 +00:00
parent 808a4b1818
commit 39f72d04d4

View File

@ -5,7 +5,7 @@
class MyTrenderer:public StructureSynth::Model::Rendering::TemplateRenderer{
public:
MyTrenderer(StructureSynth::Model::Rendering::Template templ):StructureSynth::Model::Rendering::TemplateRenderer(templ){ workingTempl=templ;}
//~MyTrenderer();
~MyTrenderer(){output.clear();};
void drawBox(SyntopiaCore::Math::Vector3f base,
SyntopiaCore::Math::Vector3f dir1 ,
SyntopiaCore::Math::Vector3f dir2,