aboutsummaryrefslogtreecommitdiff
path: root/src/main.odin
diff options
context:
space:
mode:
authorSan Jacobs2024-04-27 18:18:42 +0200
committerSan Jacobs2024-04-27 18:18:42 +0200
commitaa3e5561665e6ef0e4082c63bed9664340460d1b (patch)
tree0f47f20bdcaa985eb4aa1dab2542c09eb2df996a /src/main.odin
parentf5418b410b37eb9523f3a221d83bc87f99bb4f4f (diff)
downloadsatscalc-aa3e5561665e6ef0e4082c63bed9664340460d1b.tar.gz
satscalc-aa3e5561665e6ef0e4082c63bed9664340460d1b.tar.bz2
satscalc-aa3e5561665e6ef0e4082c63bed9664340460d1b.zip
Prepped for newer odin version
Diffstat (limited to 'src/main.odin')
-rw-r--r--src/main.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.odin b/src/main.odin
index fe5f2c8..cc80b3c 100644
--- a/src/main.odin
+++ b/src/main.odin
@@ -263,7 +263,7 @@ when true {
// - - - - WORKDAYS - - - -
- for day, i in &workdays {
+ for &day, i in &workdays {
line := panel_line(middle_section, theme.background)
line.layout_cut_children = .Left