| 49 | } |
| 50 | |
| 51 | void EpsilonWindow::ParseObjectProperties(const Properties &props) { |
| 52 | app->RenderConfigParse(GetEpsilonProperties(props)); |
| 53 | } |
| 54 | |
| 55 | bool EpsilonWindow::DrawObjectGUI(Properties &props, bool &modifiedProps) { |
| 56 | float fval; |
nothing calls this directly
no test coverage detected