Skip to content

Commit

Permalink
I forgot to rename the type name in BoundVector2dStruct
Browse files Browse the repository at this point in the history
  • Loading branch information
TheComputer314 committed Dec 12, 2024
1 parent 3aa55f1 commit 1760f08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public Class<BoundVector2d> getTypeClass() {

@Override
public String getTypeName() {
return "Vector2d";
return "BoundVector2d";
}

@Override
Expand Down

0 comments on commit 1760f08

Please sign in to comment.