mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
fix bug not loading links correctly
This commit is contained in:
+3
-3
@@ -202,11 +202,11 @@ void Set::validate(Version file_app_version) {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// we want at least one card
|
// we want at least one card
|
||||||
if (cards.empty()) cards.push_back(make_intrusive<Card>(*game));
|
if (cards.empty()) cards.push_back(make_intrusive<Card>(*game));
|
||||||
|
// build uid map
|
||||||
|
buildUIDMap();
|
||||||
// update scripts
|
// update scripts
|
||||||
script_manager->updateAll();
|
script_manager->updateAll();
|
||||||
// build uid map
|
|
||||||
buildUIDMap();
|
|
||||||
// update_cards_scripts
|
// update_cards_scripts
|
||||||
// first apply all the stylesheet scripts that are older than the first game script
|
// first apply all the stylesheet scripts that are older than the first game script
|
||||||
// then apply the first game script
|
// then apply the first game script
|
||||||
|
|||||||
Reference in New Issue
Block a user