Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Nov 27, 2023
1 parent 0f0e644 commit c629362
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wiliwili/source/view/mpv_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,11 @@ void MPVCore::initializeVideo() {

#if defined(MPV_NO_FB)
mpv_fbo.fbo = default_framebuffer;
glBindFramebuffer(GL_FRAMEBUFFER, default_framebuffer);
#elif defined(MPV_SW_RENDER)
#elif defined(BOREALIS_USE_DEKO3D)
#else
if (this->media_texture != 0) return;
brls::Logger::debug("initializeGL");

// create texture
Expand Down

0 comments on commit c629362

Please sign in to comment.