Compare commits
12 commits
ba60d29253
...
c4f061aa65
Author | SHA1 | Date | |
---|---|---|---|
c4f061aa65 | |||
dc8fd24cb7 | |||
5f43e143dc | |||
03472e56dc | |||
8e0f0e5beb | |||
9c074c24bd | |||
3c2cb001ff | |||
c1701c19f4 | |||
e336b37d81 | |||
5ce73712cc | |||
7b64d78b5b | |||
59aa006611 |
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ Profile::setMaterial(MaterialID id, std::int32_t amount) {
|
|||
if(it == mats_prop->items.end()) {
|
||||
res_prop = new ResourceItemValue;
|
||||
if(mats_prop->items.isEmpty()) {
|
||||
res_prop->name.emplace("ResourceMaterial");
|
||||
res_prop->name.emplace(container);
|
||||
}
|
||||
res_prop->id = id;
|
||||
ResourceItemValue::ptr prop{res_prop};
|
||||
|
|
Loading…
Reference in a new issue