mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
format
This commit is contained in:
parent
72b0fbfada
commit
7925f9fd45
|
@ -4,18 +4,18 @@
|
|||
|
||||
void CEditorComponent::Init(CEditor *pEditor)
|
||||
{
|
||||
m_pEditor = pEditor;
|
||||
m_pInput = pEditor->Input();
|
||||
m_pClient = pEditor->Client();
|
||||
m_pConfig = pEditor->Config();
|
||||
m_pConsole = pEditor->Console();
|
||||
m_pEngine = pEditor->Engine();
|
||||
m_pGraphics = pEditor->Graphics();
|
||||
m_pSound = pEditor->Sound();
|
||||
m_pTextRender = pEditor->TextRender();
|
||||
m_pStorage = pEditor->Storage();
|
||||
m_pUI = pEditor->UI();
|
||||
m_pRenderTools = pEditor->RenderTools();
|
||||
m_pEditor = pEditor;
|
||||
m_pInput = pEditor->Input();
|
||||
m_pClient = pEditor->Client();
|
||||
m_pConfig = pEditor->Config();
|
||||
m_pConsole = pEditor->Console();
|
||||
m_pEngine = pEditor->Engine();
|
||||
m_pGraphics = pEditor->Graphics();
|
||||
m_pSound = pEditor->Sound();
|
||||
m_pTextRender = pEditor->TextRender();
|
||||
m_pStorage = pEditor->Storage();
|
||||
m_pUI = pEditor->UI();
|
||||
m_pRenderTools = pEditor->RenderTools();
|
||||
}
|
||||
|
||||
void CEditorComponent::OnRender() {}
|
||||
|
|
Loading…
Reference in a new issue