mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-28 00:11:43 +02:00
remove ajt comment
This commit is contained in:
parent
b6f28a6732
commit
29de8a8d9f
1 changed files with 0 additions and 1 deletions
|
@ -408,7 +408,6 @@ static AnimNode::Pointer loadClipNode(const QJsonObject& jsonObj, const QString&
|
||||||
auto tempUrl = QUrl(url);
|
auto tempUrl = QUrl(url);
|
||||||
tempUrl = jsonUrl.resolved(tempUrl);
|
tempUrl = jsonUrl.resolved(tempUrl);
|
||||||
|
|
||||||
// AJT:
|
|
||||||
AnimBlendType blendTypeEnum = AnimBlendType_Normal; // default value
|
AnimBlendType blendTypeEnum = AnimBlendType_Normal; // default value
|
||||||
if (!blendType.isEmpty()) {
|
if (!blendType.isEmpty()) {
|
||||||
blendTypeEnum = stringToAnimBlendType(blendType);
|
blendTypeEnum = stringToAnimBlendType(blendType);
|
||||||
|
|
Loading…
Reference in a new issue