This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
scene: do not clear the scene twice.
legacy
Sam Hocevar
5 years ago
parent
2c45d0918d
commit
3b05abc54f
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/engine/ticker.cpp
+ 0
- 1
src/engine/ticker.cpp
View File
@@ -406,7 +406,6 @@ void ticker_data::DrawThreadTick()
/* Enable display */
scene.EnableDisplay();
scene.get_renderer()->Clear(ClearMask::All);
scene.pre_render(data->deltatime);
Write
Preview
Loading…
Cancel
Save