| 7034 | } |
| 7035 | |
| 7036 | IGraphics::CTextureHandle CEditor::GetSpeedupTexture() |
| 7037 | { |
| 7038 | if(!m_SpeedupTexture.IsValid()) |
| 7039 | m_SpeedupTexture = Graphics()->LoadTexture("editor/speedup.png", IStorage::TYPE_ALL, GetTextureUsageFlag()); |
| 7040 | return m_SpeedupTexture; |
| 7041 | } |
| 7042 | |
| 7043 | IGraphics::CTextureHandle CEditor::GetSwitchTexture() |
| 7044 | { |
no test coverage detected