diff options
Diffstat (limited to 'src/osd/sdl/video.c')
-rw-r--r-- | src/osd/sdl/video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/video.c b/src/osd/sdl/video.c index 2220e35c1cc..20de4ee671f 100644 --- a/src/osd/sdl/video.c +++ b/src/osd/sdl/video.c @@ -96,7 +96,7 @@ bool sdl_osd_interface::video_init() sdl_monitor_info::init(); // we need the beam width in a float, contrary to what the core does. - video_config.beamwidth = options().beam_min(); + video_config.beamwidth = options().beam_width_min(); // initialize the window system so we can make windows if (!window_init()) |