
















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 useless
if(Empty)later on sounds stupid though














IGraphics::CQuadItem QuadItem(mx, my, 24, 24); menus.cpp
IGraphics::CQuadItem QuadItem(mx, my, 16, 16); editor.cpp



























22: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









