mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37: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
|
/// A field for image values
|
||||||
class ImageField : public Field {
|
class ImageField : public Field {
|
||||||
public:
|
public:
|
||||||
|
ImageField() {
|
||||||
|
show_statistics = false; // no statistics on image fields by default, that just leads to errors
|
||||||
|
}
|
||||||
// no extra data
|
// no extra data
|
||||||
DECLARE_FIELD_TYPE(Image);
|
DECLARE_FIELD_TYPE(Image);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user