| 241 | // <- |
| 242 | |
| 243 | void MeshManager::resetToDefault(MeshRef p_Mesh) |
| 244 | { |
| 245 | _descMeshName(p_Mesh) = ""; |
| 246 | _descColorTint(p_Mesh) = glm::vec4(1.0f, 1.0f, 1.0f, 1.0f); |
| 247 | } |
| 248 | |
| 249 | void MeshManager::init() |
| 250 | { |
nothing calls this directly
no outgoing calls
no test coverage detected