mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-26 03:52:01 +02:00
This commit is contained in:
parent
8b5cbf6ba7
commit
97d73f47b0
@ -1425,7 +1425,7 @@ void CAnimation::initFromJson(const JsonNode & config)
|
||||
{
|
||||
JsonNode toAdd(JsonNode::DATA_STRUCT);
|
||||
JsonUtils::inherit(toAdd, base);
|
||||
toAdd["file"].String() = basepath + frame["file"].String();
|
||||
toAdd["file"].String() = basepath + frame.String();
|
||||
source[groupID].push_back(toAdd);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user