| 1867 | } |
| 1868 | |
| 1869 | void IMGUIManager::SetObjects(IMGUIObjectManager* objects) |
| 1870 | { |
| 1871 | objects_ = objects; |
| 1872 | |
| 1873 | if (objects_ == nullptr) { |
| 1874 | renderer_->ClearFrame(); |
| 1875 | } |
| 1876 | |
| 1877 | IMGUI_DEBUG("IMGUIManager::SetObjects() - Binding object manager"); |
| 1878 | } |
| 1879 | |
| 1880 | bool IMGUIManager::LoadFont(FixedString const& name, char const* path, float size) |
| 1881 | { |
no outgoing calls
no test coverage detected