Files
oak-editor/app
Mike-Solar 6f931e720a fix: black screen during playback
renderer_generated_frame_for_queue pushed a raw void* QVariant into the
display queue, but on_paint only unwraps OakSharedBufferPtr; the unwrap
failed and the widget painted blank. Paused display worked because
set_display_image wraps with oak_make_shared_frame. Wrap the queued
frames the same way. Also adds env-gated OAK_DEBUG_PLAYBACK
diagnostics.
2026-08-02 14:56:41 +08:00
..
2026-07-27 05:27:32 +08:00
2026-08-02 14:56:41 +08:00
2026-01-05 16:22:26 +08:00