misc changes

* Decided to not have a state scope (going to be more ganular)
* Fixes to settings_menu (prepping to convert to window after log scope is done)
This commit is contained in:
2024-12-30 19:39:41 -05:00
parent c2476ab854
commit 2f2253f12c
6 changed files with 27 additions and 33 deletions

View File

@ -75,6 +75,8 @@ vec3i_to_vec3 :: #force_inline proc "contextless" (v : Vec3i) -> Vec3 {return tr
#region("Range2")
// TODO(Ed): I rather keep the different usages as different types, then type coerece their procedure mappings
// to support the base p0, p1 range
Range2 :: struct #raw_union {
using min_max : struct {
min, max : Vec2,