mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-24 08:37:21 +01:00
Added missing static methods to Matrix2f for consistency. Cleaned up handling of src == dest aliasing
This commit is contained in:
parent
effa3a297c
commit
48a52a67ce
|
|
@ -69,7 +69,7 @@ public class Matrix2f extends Matrix implements Serializable {
|
|||
* @return this
|
||||
*/
|
||||
public Matrix2f load(Matrix2f src) {
|
||||
return load(src);
|
||||
return load(src, this);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue