Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
a8f47913
Commit
a8f47913
authored
Jul 22, 2013
by
Maciej Suminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed rendering order of cached & noncached layers.
parent
5242fff9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
opengl_gal.cpp
common/gal/opengl/opengl_gal.cpp
+1
-1
No files found.
common/gal/opengl/opengl_gal.cpp
View file @
a8f47913
...
@@ -425,8 +425,8 @@ void OPENGL_GAL::blitMainTexture( bool aIsClearFrameBuffer )
...
@@ -425,8 +425,8 @@ void OPENGL_GAL::blitMainTexture( bool aIsClearFrameBuffer )
void
OPENGL_GAL
::
EndDrawing
()
void
OPENGL_GAL
::
EndDrawing
()
{
{
cachedManager
.
EndDrawing
();
nonCachedManager
.
EndDrawing
();
nonCachedManager
.
EndDrawing
();
cachedManager
.
EndDrawing
();
// Draw the remaining contents, blit the main texture to the screen, swap the buffers
// Draw the remaining contents, blit the main texture to the screen, swap the buffers
glFlush
();
glFlush
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment