mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Fixes
This commit is contained in:
parent
c0f0513207
commit
f6e45598de
@ -156,7 +156,7 @@ class UnknownMx4DPointFloat {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// FUNCTION: BETA10 0x1004aaa0
|
// FUNCTION: BETA10 0x1004aaa0
|
||||||
int UnknownMx4DPointFloat::BETA_1004aaa0(Matrix4& p_matrix, float p_f)
|
inline int UnknownMx4DPointFloat::BETA_1004aaa0(Matrix4& p_matrix, float p_f)
|
||||||
{
|
{
|
||||||
float data[4];
|
float data[4];
|
||||||
Vector4 v(data);
|
Vector4 v(data);
|
||||||
@ -170,7 +170,7 @@ int UnknownMx4DPointFloat::BETA_1004aaa0(Matrix4& p_matrix, float p_f)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10004520
|
// FUNCTION: LEGO1 0x10004520
|
||||||
long UnknownMx4DPointFloat::FUN_10004520()
|
inline long UnknownMx4DPointFloat::FUN_10004520()
|
||||||
{
|
{
|
||||||
if (!m_unk0x30) {
|
if (!m_unk0x30) {
|
||||||
return -1;
|
return -1;
|
||||||
|
|||||||
@ -183,12 +183,6 @@ class Vector2 {
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
Vector2& operator=(float* p_other)
|
|
||||||
{
|
|
||||||
Vector2::EqualsImpl(p_other);
|
|
||||||
return *this;
|
|
||||||
}
|
|
||||||
|
|
||||||
// FUNCTION: BETA10 0x1001d140
|
// FUNCTION: BETA10 0x1001d140
|
||||||
float& operator[](int idx) { return m_data[idx]; }
|
float& operator[](int idx) { return m_data[idx]; }
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user