Advertisement
Ancurio

attempt2

Jul 24th, 2015
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.30 KB | None | 0 0
  1. diff --git a/src/main.cpp b/src/main.cpp
  2. index eb07970..842367b 100644
  3. --- a/src/main.cpp
  4. +++ b/src/main.cpp
  5. @@ -98,6 +98,8 @@ int rgssThreadFun(void *userdata)
  6.         return 0;
  7.     }
  8.  
  9. +   gl.BlitFramebuffer = 0;
  10. +
  11.     gl.ClearColor(0, 0, 0, 1);
  12.     gl.Clear(GL_COLOR_BUFFER_BIT);
  13.     SDL_GL_SwapWindow(win);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement