mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Update mxpoint32.h
This commit is contained in:
parent
7e1ca881d9
commit
d61c4f736e
@ -7,10 +7,10 @@ class MxPoint32
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
MxPoint32() { }
|
MxPoint32() { }
|
||||||
MxPoint32(MxS32 x, MxS32 y)
|
MxPoint32(MxS32 p_x, MxS32 p_y)
|
||||||
{
|
{
|
||||||
this->m_x = x;
|
this->m_x = p_x;
|
||||||
this->m_y = y;
|
this->m_y = p_y;
|
||||||
}
|
}
|
||||||
|
|
||||||
MxS32 m_x;
|
MxS32 m_x;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user