()
| 164 | this.renderer.setSize(this.width, this.height, false); |
| 165 | } |
| 166 | update() { |
| 167 | if (!this.clock) return; |
| 168 | this.delta = this.clock.getDelta(); |
| 169 | this.time += this.delta; |
| 170 | } |
| 171 | } |
| 172 | const Common = new CommonClass(); |
| 173 |
nothing calls this directly
no outgoing calls
no test coverage detected