mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-04 14:07:52 +00:00
*** empty log message ***
This commit is contained in:
parent
568c7c9182
commit
21b4ec41a2
1 changed files with 3 additions and 0 deletions
|
|
@ -252,4 +252,7 @@ public class Vector4f extends Vector implements Serializable {
|
|||
return this;
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return "Vector4f: " + x + " " + y + " " + z + " " + w;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue