[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:
@@ -31,7 +31,7 @@
|
||||
#ifndef BULLET_TYPES_CONVERTER_H
|
||||
#define BULLET_TYPES_CONVERTER_H
|
||||
|
||||
#include "core/math/matrix3.h"
|
||||
#include "core/math/basis.h"
|
||||
#include "core/math/transform.h"
|
||||
#include "core/math/vector3.h"
|
||||
#include "core/typedefs.h"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "gdnative/basis.h"
|
||||
|
||||
#include "core/math/matrix3.h"
|
||||
#include "core/math/basis.h"
|
||||
#include "core/variant.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user