Do not use Gtk.Widget.double_buffered

It no longer does anything. Le sigh.
This commit is contained in:
Michael Catanzaro 2014-06-22 13:55:40 -05:00
parent a09c1536ff
commit 3fe468cb26

View file

@ -81,7 +81,6 @@ private class ChessView3D : ChessView
black_piece_color = { 0.62f * 0.7f, 0.45f * 0.7f, 0.28f * 0.7f, 1.0f };
black_piece_specular = { 0.62f, 0.45f, 0.28f, 1.0f };
double_buffered = false;
try
{
pawn_model = new TDSModel (File.new_for_path (Path.build_filename (PKGDATADIR, "pieces", "3d", "pawn.3ds", null)));