]> gitweb.factorcode.org Git - factor.git/commit
opengl: Temporary (?) fix for the ui. Issue #1379.
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 4 Aug 2015 19:23:55 +0000 (12:23 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 4 Aug 2015 19:28:59 +0000 (12:28 -0700)
commit9d021bb0817d3a1603519d36bc885f31e736d491
tree2cd2a36fffef48878142bd3889c91b2046e171cf
parentd3a749d17a547ac22d7ce2077b0c32b3af795406
opengl: Temporary (?) fix for the ui. Issue #1379.
Throwing gl errors is not helpful because the ui gets messed up anyway. Print the error and continue. Maybe we should add a section in the F3 error window for opengl errors instead of printing them in the global stdout.
- We could also use gl-error on every platform except for MacOSX 10.11
- We could fix the underlying gl drawing commands that cause this error.
basis/opengl/opengl.factor
basis/ui/gadgets/worlds/worlds.factor