Commit MetaInfo

Révisione02c0d04fe040f058e2087234895e2f9a2adee68 (tree)
l'heure2018-12-27 00:43:30
Auteur <jarmonik@c0f5...>

Message de Log

- SketchMesh rendering bugfix

Change Summary

Modification

diff -r e4611f39e15b -r e02c0d04fe04 Orbitersdk/D3D9Client/D3D9Pad2.cpp
--- a/Orbitersdk/D3D9Client/D3D9Pad2.cpp Sun Dec 23 18:14:39 2018 +0000
+++ b/Orbitersdk/D3D9Client/D3D9Pad2.cpp Wed Dec 26 15:43:30 2018 +0000
@@ -516,7 +516,7 @@
516516
517517 // Flush Pending graphics ------------------------------------
518518 //
519- Flush();
519+ SetupDevice(tCurrent);
520520
521521
522522 // Initialize device for drawing a mesh ----------------------
@@ -586,7 +586,7 @@
586586
587587 // Flush Pending graphics ------------------------------------
588588 //
589- Flush();
589+ SetupDevice(tCurrent);
590590
591591
592592 // Initialize device for drawing a mesh ----------------------
Afficher sur ancien navigateur de dépôt.