| 262 | } |
| 263 | |
| 264 | void common_shutdown() { |
| 265 | scene_shutdown(); |
| 266 | |
| 267 | solid_release (floor_solid); |
| 268 | material_release(floor_mat); |
| 269 | model_release (floor_model); |
| 270 | } |
| 271 | |
| 272 | void ruler_window() { |
| 273 | static pose_t window_pose = pose_t{{0, 0, 0.5f}, quat_identity}; |
nothing calls this directly
no test coverage detected