| 303 | } |
| 304 | |
| 305 | void television::render_background() |
| 306 | { |
| 307 | zRenderState(SDRS_Fill); |
| 308 | RwRenderStateSet(rwRENDERSTATETEXTURERASTER, this->bgraster); |
| 309 | } |
| 310 | |
| 311 | void television::set_vert(rwGameCube2DVertex& vert, F32 x, F32 y, F32 u, F32 v) |
| 312 | { |
nothing calls this directly
no test coverage detected