Skip to content

Commit

Permalink
Fix #44: enable GL_SELECT fix
Browse files Browse the repository at this point in the history
Whops, the render_mode variable was hardcoded for testing so the workaround
did not take place at all.
  • Loading branch information
hsanjuan committed Aug 13, 2023
1 parent bab6de1 commit 2ed2ca4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sardrawrunway.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ void SARDrawRunway(
*/
GLint render_mode;
glGetIntegerv(GL_RENDER_MODE, &render_mode);
render_mode = GL_RENDER;

/* Get runway background texture */
if(SARIsTextureAllocated(scene, tex_num))
Expand Down

0 comments on commit 2ed2ca4

Please sign in to comment.