|
@@ -91,11 +91,11 @@ void AsteroidsEditor::setLadeAnimation( Animation2D * la )
|
|
|
void AsteroidsEditor::setSichtbar()
|
|
|
{
|
|
|
status = START;
|
|
|
- EditorKlient *k = klient->getThis();
|
|
|
- TextRenderer *zS = new TextRenderer( schrift->getThis() );
|
|
|
Punkt mS = windowSize;
|
|
|
if( windowSize != Punkt() )
|
|
|
{
|
|
|
+ EditorKlient *k = klient->getThis();
|
|
|
+ TextRenderer *zS = new TextRenderer( schrift->getThis() );
|
|
|
new AsynchronCall( [ this, k, zS, mS ]( void ) -> void
|
|
|
{
|
|
|
int ret = k->init();
|