Route live reload policy through platform services

This commit is contained in:
2026-06-03 05:08:00 +02:00
parent ac4d065c78
commit e152616d7f
10 changed files with 66 additions and 18 deletions

View File

@@ -261,6 +261,11 @@ public:
(void)recording_path;
}
[[nodiscard]] bool enables_live_asset_reloading() override
{
return true;
}
void update_platform_frame(float delta_time_seconds) override
{
win32_update_stylus(delta_time_seconds);