| 7020 | } |
| 7021 | |
| 7022 | IGraphics::CTextureHandle CEditor::GetFrontTexture() |
| 7023 | { |
| 7024 | if(!m_FrontTexture.IsValid()) |
| 7025 | m_FrontTexture = Graphics()->LoadTexture("editor/front.png", IStorage::TYPE_ALL, GetTextureUsageFlag()); |
| 7026 | return m_FrontTexture; |
| 7027 | } |
| 7028 | |
| 7029 | IGraphics::CTextureHandle CEditor::GetTeleTexture() |
| 7030 | { |
no test coverage detected