| 7027 | } |
| 7028 | |
| 7029 | IGraphics::CTextureHandle CEditor::GetTeleTexture() |
| 7030 | { |
| 7031 | if(!m_TeleTexture.IsValid()) |
| 7032 | m_TeleTexture = Graphics()->LoadTexture("editor/tele.png", IStorage::TYPE_ALL, GetTextureUsageFlag()); |
| 7033 | return m_TeleTexture; |
| 7034 | } |
| 7035 | |
| 7036 | IGraphics::CTextureHandle CEditor::GetSpeedupTexture() |
| 7037 | { |
no test coverage detected