mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
Remove public
This commit is contained in:
parent
ddaf80dfe3
commit
2450f627c7
@ -148,7 +148,6 @@ class Vector2 {
|
|||||||
// FUNCTION: LEGO1 0x10002240
|
// FUNCTION: LEGO1 0x10002240
|
||||||
virtual void operator/=(const float& p_value) { DivImpl(p_value); } // vtable+0x68
|
virtual void operator/=(const float& p_value) { DivImpl(p_value); } // vtable+0x68
|
||||||
|
|
||||||
public:
|
|
||||||
// FUNCTION: LEGO1 0x10002250
|
// FUNCTION: LEGO1 0x10002250
|
||||||
virtual void SetVector(const float* p_other) { EqualsImpl(p_other); } // vtable+0x70
|
virtual void SetVector(const float* p_other) { EqualsImpl(p_other); } // vtable+0x70
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user