mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match Act3Ammo::Animate
(#1221)
* Implement/match `Act3Ammo::Animate` * Match * Rename * Rename * Rename
This commit is contained in:

committed by
GitHub

parent
6da2faa48c
commit
1aeb458be1
@@ -130,6 +130,7 @@ public:
|
||||
inline virtual int FromQuaternion(const Vector4& p_vec); // vtable+0x44
|
||||
|
||||
// FUNCTION: LEGO1 0x100a0ff0
|
||||
// FUNCTION: BETA10 0x1001fe60
|
||||
void Scale(const float& p_x, const float& p_y, const float& p_z)
|
||||
{
|
||||
for (int i = 0; i < 4; i++) {
|
||||
|
Reference in New Issue
Block a user