~holger-seelig/titania/trunk

« back to all changes in this revision

Viewing changes to libtitania-x3d/Titania/X3D/Thread/SceneFuture.cpp

  • Committer: Holger Seelig
  • Date: 2018-06-11 13:30:43 UTC
  • Revision ID: holger.seelig@yahoo.de-20180611133043-7s8hqz2f0ztt6yab
Improved command line export image.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
 
80
80
        getBrowser () -> prepareEvents () .addInterest (&SceneFuture::set_scene, this);
81
81
        getBrowser () -> addEvent ();
 
82
        getBrowser () -> addLoadCount (this);
82
83
}
83
84
 
84
85
X3DBaseNode*
255
256
void
256
257
SceneFuture::dispose ()
257
258
{
 
259
        getBrowser () -> removeLoadCount (this);
 
260
 
258
261
        stop ();
259
262
 
260
263
        loader .stop ();