[gnome-2048/arnaudb/wip/gtk4: 21/36] Comment a thing.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-2048/arnaudb/wip/gtk4: 21/36] Comment a thing.
- Date: Tue, 14 Jul 2020 11:00:09 +0000 (UTC)
commit a8dbd07ca8e32810854e64689bced42d4495a9a5
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Tue Apr 28 09:33:57 2020 +0200
Comment a thing.
src/view.vala | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/view.vala b/src/view.vala
index dc2973a..2c1f8ca 100644
--- a/src/view.vala
+++ b/src/view.vala
@@ -119,9 +119,9 @@ private class RoundedRectangle : Gtk.DrawingArea
color = (!) nullable_color;
uint8 sbits = (uint8) (Math.pow (2, tile_value) % 7);
- color.red <<= sbits;
- color.green <<= sbits;
- color.blue <<= sbits;
+// color.red <<= sbits;
+// color.green <<= sbits;
+// color.blue <<= sbits;
colors.insert ((int) tile_value, color);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]