Skip to content

Commit a93d6ba

Browse files
committed
Pass loadLibrary error to error message
1 parent 1dd80bb commit a93d6ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • common/src/main/java/dev/ryanhcode/sable/physics/impl/rapier

common/src/main/java/dev/ryanhcode/sable/physics/impl/rapier/Rapier3D.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ private static void loadLibrary() {
6969
} catch (final Throwable t) {
7070
ENABLED = false;
7171

72-
Sable.LOGGER.error("Sable has failed to load the natives needed for its Rapier pipeline. Native library name {}. Please report with system details and logs to {}", nativeName, Sable.ISSUE_TRACKER_URL);
72+
Sable.LOGGER.error("Sable has failed to load the natives needed for its Rapier pipeline. Native library name {}. Please report with system details and logs to {}", nativeName, Sable.ISSUE_TRACKER_URL, t);
7373
}
7474
}
7575

0 commit comments

Comments
 (0)