mirror of
https://github.com/EricPlayZ/EGameTools.git
synced 2025-07-18 17:37:53 +08:00
fixed CameraMtx struct
This commit is contained in:
@ -4,8 +4,8 @@
|
||||
|
||||
namespace EGSDK::Engine {
|
||||
struct EGameSDK_API CameraMtx {
|
||||
Mtx34* mtx1{};
|
||||
Mtx34* mtx2{};
|
||||
Mtx34 mtx1;
|
||||
Mtx34 mtx2;
|
||||
};
|
||||
|
||||
class EGameSDK_API IBaseCamera {
|
||||
|
Reference in New Issue
Block a user