m_Brush.m_lLayers[BrushIndex]
from editor.cpp:L2627
is out of bounds access. @bojidar-bg could you take a look?FillSelection
if m_Brush.m_lLayers.size() == 0
but HMH left a comment about how .isEmpty()
didn't work well for FIllSelection
so I wasn't sure.if (Empty)
later on becomes uselessif(Empty)
later on sounds stupid thoughIGraphics::CQuadItem QuadItem(mx, my, 24, 24);
menus.cpp
IGraphics::CQuadItem QuadItem(mx, my, 16, 16);
editor.cpp22:04 <+Learath2> Okay I'm out of ideas. Anyone figures it out they can have 10$ in bitcoin :P
if(CtrlShiftKey(KEY_E, LastE))
{
g_Config.m_ClEditor = g_Config.m_ClEditor^1;
Input()->MouseModeRelative();
Input()->SetIMEState(true);
}
is it the MouseModeRelative? xd