mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 06:04:58 -04:00
Misc. framework/d/ improvements (#2572)
This commit is contained in:
@@ -160,7 +160,7 @@ public:
|
||||
void setGlobalParticleScale(f32 scaleX, f32 scaleY) {
|
||||
mGlobalPScl.set(scaleX, scaleY);
|
||||
}
|
||||
void getGlobalParticleScale(JGeometry::TVec3<f32>& scale) {
|
||||
void getGlobalParticleScale(JGeometry::TVec3<f32>& scale) const {
|
||||
scale.set(mGlobalPScl.x, mGlobalPScl.y, 1.0f);
|
||||
}
|
||||
void setGlobalScale(const JGeometry::TVec3<f32>& scale) {
|
||||
|
||||
Reference in New Issue
Block a user