mirror of
https://github.com/zeldaret/ss
synced 2026-09-03 01:54:18 -04:00
d_lyt_meter_ganbari_gauge OK
This commit is contained in:
@@ -262,6 +262,10 @@ public:
|
||||
mVec2_c(const mVec2_c &other) {
|
||||
set(other.x, other.y);
|
||||
}
|
||||
|
||||
mVec2_c(f32 fx, f32 fy) {
|
||||
set(fx, fy);
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user