mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-09 20:08:57 +03:00
Huge rework of editor and other changes.
This commit is contained in:
@@ -103,7 +103,7 @@ class Vector3 {
|
||||
}
|
||||
|
||||
Cross(vec) {
|
||||
Math.Cross(this, vec)
|
||||
return Math.Cross(this, vec)
|
||||
}
|
||||
|
||||
Normalize() {
|
||||
|
||||
Reference in New Issue
Block a user