mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-01-24 17:26:41 +00:00
fix startup crash when holding down Alt key
This commit is contained in:
parent
fe77a8ea5a
commit
c6ba6ea99d
1 changed files with 1 additions and 1 deletions
|
@ -784,7 +784,7 @@ void SceneEditor::init()
|
||||||
placer->alpha = 0;
|
placer->alpha = 0;
|
||||||
curElementId = 0;
|
curElementId = 0;
|
||||||
selectedEntity.clear();
|
selectedEntity.clear();
|
||||||
nextElement();
|
cyclePlacer(1);
|
||||||
|
|
||||||
const ElementTemplate *et = dsq->tilemgr.tileset.getIfExists(0);
|
const ElementTemplate *et = dsq->tilemgr.tileset.getIfExists(0);
|
||||||
if(!et)
|
if(!et)
|
||||||
|
|
Loading…
Reference in a new issue