Jump to content

Masakra

Inactive Member
  • Posts

    11
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Masakra

  1. Everything works well but in my code I'm just replace

    pkLOD->Deform(&m_matAbsoluteTrans);

    with this

    pkLOD->Deform(&m_TransformMatrix);

    I have only scale from sash and works with pets too. 

    Someone have a solution for this bug?

    XaZCb0b.png

    • Love 1
  2. 9 godzin temu, xP3NG3Rx napisał:
    
    		{ "Over",						wndButtonOver,						METH_VARARGS },

      

    
    PyObject * wndButtonOver(PyObject * poSelf, PyObject * poArgs)
    {
    	UI::CWindow * pWindow;
    	if (!PyTuple_GetWindow(poArgs, 0, &pWindow))
    		return Py_BuildException();
    
    	((UI::CButton*)pWindow)->Over();
    
    	return Py_BuildNone();
    }

     

    Thanks, everything works!

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.