改造一些

This commit is contained in:
2026-08-12 00:06:44 +08:00
parent aca480d988
commit abd1b595c7
57 changed files with 883 additions and 732 deletions
+4 -2
View File
@@ -48,8 +48,10 @@ void Renderable::render(const ::Scene_Render_Context& context) {
if (!cache)
return;
detail::Painter painter(*cache, viewport_size());
if (painter)
paint(painter);
if (painter) {
const auto state = render_state_view();
paint(painter, state);
}
}
void Renderable::changed() noexcept {