mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-25 05:06:38 +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