Skip to content

Commit

Permalink
Correctly align type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ashn-dot-dev committed Jan 17, 2024
1 parent 6b0c95b commit 0768579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microui.sunder
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let MU_LAYOUTSTACK_SIZE = 16u;
let MU_CONTAINERPOOL_SIZE = 48u;
let MU_TREENODEPOOL_SIZE = 48u;
let MU_MAX_WIDTHS = 16u;
type MU_REAL = float;
type MU_REAL = float;
let MU_REAL_FMT = startof("%.3g");
let MU_SLIDER_FMT = startof("%.2f");
let MU_MAX_FMT = 127u;
Expand Down

0 comments on commit 0768579

Please sign in to comment.