titles for the zoom mode setting menu btns aren't behaving correctly...

This commit is contained in:
2024-11-30 01:04:32 -05:00
parent eba9ec8a30
commit 7f8a068268
3 changed files with 83 additions and 10 deletions

View File

@ -243,7 +243,6 @@ update :: proc( delta_time : f64 ) -> b32
return clamp(binary_search_closest(levels, zoom), 0, len(levels) - 1)
}
config.cam_zoom_mode = .Digital
switch config.cam_zoom_mode
{
case .Smooth: