forked from metin-server/m2dev-client-src
small fixes regarding throwing pts around to python and back
This commit is contained in:
@@ -98,8 +98,8 @@ PyObject * chrmgrGetVIDInfo(PyObject* poSelf, PyObject* poArgs)
|
||||
TPixelPosition kPPosInst;
|
||||
pkInstBase->NEW_GetPixelPosition(&kPPosInst);
|
||||
|
||||
LONG xInst=kPPosInst.x;
|
||||
LONG yInst=kPPosInst.y;
|
||||
int32_t xInst=kPPosInst.x;
|
||||
int32_t yInst=kPPosInst.y;
|
||||
|
||||
CPythonBackground& rkBG=CPythonBackground::Instance();
|
||||
rkBG.LocalPositionToGlobalPosition(xInst, yInst);
|
||||
|
||||
Reference in New Issue
Block a user