mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
No age is Age(0), so we don't refresh symbols all the time
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@979 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -169,7 +169,7 @@ SCRIPT_FUNCTION(symbol_variation) {
|
|||||||
} else {
|
} else {
|
||||||
throw ScriptError(_("Unknown fill type for symbol_variation: ") + fill_type);
|
throw ScriptError(_("Unknown fill type for symbol_variation: ") + fill_type);
|
||||||
}
|
}
|
||||||
return new_intrusive4<SymbolToImage>(value, filename, value ? value->last_update : Age(), var);
|
return new_intrusive4<SymbolToImage>(value, filename, value ? value->last_update : Age(0), var);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user