mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-01 19:14:51 +02:00
fix: better comments on create(filepath)
This commit is contained in:
parent
8e992f3257
commit
2935d85fa6
|
|
@ -85,7 +85,7 @@ public class WaveData {
|
|||
/**
|
||||
* Creates a WaveData container from the specified filename
|
||||
*
|
||||
* @param filepath path to file
|
||||
* @param filepath path to file (relative, and in classpath)
|
||||
* @return WaveData containing data, or null if a failure occured
|
||||
*/
|
||||
public static WaveData create(String filepath) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue