Changes between Version 1 and Version 2 of Ticket #3606, comment 13
- Timestamp:
- 07/17/18 10:03:19 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3606, comment 13
v1 v2 9 9 So the only difference from trunk is {{{GS_set_draw(GSD_BOTH);}}} vs {{{GS_set_draw(GSD_BACK);}}}. 10 10 11 Also this: 12 1. Change line 223 in lib/nviz/draw.c to {{{GS_set_draw(GSD_BOTH);}}} 13 2. Comment out line 480 {{{glXSwapBuffers}}} in lib/ogsf/gsd_prim.c 14 11 15 Thanks.