mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
No statistics for image fields
This commit is contained in:
@@ -23,6 +23,9 @@ DECLARE_POINTER_TYPE(ImageValue);
|
||||
/// A field for image values
|
||||
class ImageField : public Field {
|
||||
public:
|
||||
ImageField() {
|
||||
show_statistics = false; // no statistics on image fields by default, that just leads to errors
|
||||
}
|
||||
// no extra data
|
||||
DECLARE_FIELD_TYPE(Image);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user