(float32)
| 197 | func (*testUpdate) Remove(ecs.BasicEntity) {} |
| 198 | |
| 199 | func (t *testUpdate) Update(float32) { |
| 200 | t.current++ |
| 201 | if t.current >= t.updates { |
| 202 | Exit() |
| 203 | } |
| 204 | } |
| 205 | |
| 206 | // This test tests running headless but also letting it go into the runloop |
| 207 | func TestRunHeadless(t *testing.T) { |