| 52 | } |
| 53 | |
| 54 | void TestUniverse::update(unsigned times) { |
| 55 | for (unsigned i = 0; i < times; ++i) { |
| 56 | m_client->update(0.016f); |
| 57 | Thread::sleep(16); |
| 58 | } |
| 59 | } |
| 60 | |
| 61 | List<Drawable> TestUniverse::currentClientDrawables() { |
| 62 | WorldRenderData renderData; |
no outgoing calls
no test coverage detected