summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/vector.h')
-rw-r--r--src/devices/video/vector.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/video/vector.h b/src/devices/video/vector.h
index 6b473c3501c..46731de11a1 100644
--- a/src/devices/video/vector.h
+++ b/src/devices/video/vector.h
@@ -16,6 +16,7 @@ public:
static float s_flicker;
static float s_beam_width_min;
static float s_beam_width_max;
+ static float s_beam_dot_size;
static float s_beam_intensity_weight;
protected:
@@ -38,7 +39,7 @@ public:
void add_point(int x, int y, rgb_t color, int intensity);
// device-level overrides
- virtual void device_start() override;
+ virtual void device_start() override ATTR_COLD;
private:
/* The vertices are buffered here */