Skip to content

Commit

Permalink
fix return
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Aug 22, 2024
1 parent 27b0e73 commit 4cfe20d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ public ByteBuffer redirectGlMapBuffer(final int target, final int access, final
if (result == null && System.getenv("XP_CI_TEST") != null) {
return ByteBuffer.allocate((int) length);
}
return buffer;
return result;
}
}

0 comments on commit 4cfe20d

Please sign in to comment.