Skip to content

Commit

Permalink
Add cs2::CTransformScale3D struct
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkrupinski committed Oct 15, 2023
1 parent b4cf672 commit ed84c0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/CS2/Classes/Panorama.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <Platform/Macros/IsPlatform.h>

#include "CUtlVector.h"
#include "Vector.h"

namespace cs2
{
Expand Down Expand Up @@ -85,4 +86,8 @@ struct CTransformTranslate3D : CTransform3D {
CUILength m_z;
};

struct CTransformScale3D : CTransform3D {
Vector m_VecScale;
};

}

0 comments on commit ed84c0a

Please sign in to comment.