mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-11 15:40:29 +01:00
Updated property name
This commit is contained in:
parent
cce3c6bf21
commit
b8207b14ad
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ namespace SceneManager
|
||||||
var model = new Model(ini.ReadString("Barriers", displayName.Trim()));
|
var model = new Model(ini.ReadString("Barriers", displayName.Trim()));
|
||||||
if (model.IsValid)
|
if (model.IsValid)
|
||||||
{
|
{
|
||||||
Settings.Barriers.Add(displayName, model);
|
Settings.BarrierModels.Add(displayName, model);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue