Skip to content

Commit

Permalink
Fix eval Array F32
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Jul 22, 2024
1 parent 1228af2 commit 5384cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hld/Eval.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ class Eval {
v = makeArrayBytes(p, HI32);
case "hl.types.ArrayBytes_Float":
v = makeArrayBytes(p, HF64);
case "hl.types.ArrayBytes_Single":
case "hl.types.ArrayBytes_hl_F32":
v = makeArrayBytes(p, HF32);
case "hl.types.ArrayBytes_hl_UI16":
v = makeArrayBytes(p, HUi16);
Expand Down

0 comments on commit 5384cbe

Please sign in to comment.