mirror of
https://github.com/Relintai/world_generator.git
synced 2025-04-13 21:30:51 +02:00
Fix 2 typos.
This commit is contained in:
parent
b70154cbdd
commit
9f696b50ab
@ -416,7 +416,7 @@ Ref<Dungeon> DungeonData::instance() {
|
||||
dungeon = _dungeon->duplicate();
|
||||
}
|
||||
|
||||
dungeon->set_data(Ref<Dungeon>(this));
|
||||
dungeon->set_data(Ref<DungeonData>(this));
|
||||
|
||||
return dungeon;
|
||||
}
|
||||
|
@ -204,7 +204,7 @@ Ref<Planet> PlanetData::instance() {
|
||||
planet = _planet->duplicate();
|
||||
}
|
||||
|
||||
planet->set_data(Ref<Planet>(this));
|
||||
planet->set_data(Ref<PlanetData>(this));
|
||||
|
||||
return planet;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user