Skip to content

Commit

Permalink
[Bindings/Odin] Switch error enum to correct size
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbarker committed Feb 10, 2025
1 parent 3030390 commit 5a328da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/odin/clay-odin/clay.odin
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ ElementDeclaration :: struct {
userData: rawptr
}

ErrorType :: enum {
ErrorType :: enum EnumBackingType {
TextMeasurementFunctionNotProvided,
ArenaCapacityExceeded,
ElementsCapacityExceeded,
Expand Down

0 comments on commit 5a328da

Please sign in to comment.