You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
[Core] Rename Matrix3 file to Basis
The code already referred to "Basis", it's just the file name that was different for some reason.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "vector3.h"
|
||||
|
||||
#include "core/math/matrix3.h"
|
||||
#include "core/math/basis.h"
|
||||
|
||||
void Vector3::rotate(const Vector3 &p_axis, real_t p_phi) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user