mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
fixed import_image not generating in CLI
This commit is contained in:
@@ -408,6 +408,7 @@ public:
|
||||
Image generate(const Options&) const override;
|
||||
bool operator == (const GeneratedImage& that) const override;
|
||||
inline String toString() { return filepath; }
|
||||
inline String ExternalImage::toCode() const override { return "<image>"; }
|
||||
private:
|
||||
String filepath;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user