Skip to content

Commit

Permalink
fix app
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Nov 19, 2023
1 parent 29e4f23 commit 49685a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private void initLib() {
System.out.println("returnValueObject: " + returnValueObject.get_value());

normalClass.printText(10, "printText HELLO");
IDLFloatArray floatArray = IDLFloatArray.tmp1_1;
IDLFloatArray floatArray = IDLFloatArray.TMP1_1;
long pointer = floatArray.getPointer();
System.out.println("pointer: " + pointer);
normalClass.setArray(floatArray);
Expand Down

0 comments on commit 49685a8

Please sign in to comment.