| 7041 | } |
| 7042 | |
| 7043 | IGraphics::CTextureHandle CEditor::GetSwitchTexture() |
| 7044 | { |
| 7045 | if(!m_SwitchTexture.IsValid()) |
| 7046 | m_SwitchTexture = Graphics()->LoadTexture("editor/switch.png", IStorage::TYPE_ALL, GetTextureUsageFlag()); |
| 7047 | return m_SwitchTexture; |
| 7048 | } |
| 7049 | |
| 7050 | IGraphics::CTextureHandle CEditor::GetTuneTexture() |
| 7051 | { |
no test coverage detected