Uncomment some code

This commit is contained in:
Leonhard 2024-02-24 12:25:44 +01:00
parent 385583f41a
commit 6636930c93

View File

@ -77,8 +77,8 @@ public class Gala.Drawing.Canvas : GLib.Object, Clutter.Content {
return;
}
// var node = actor.create_texture_paint_node (texture);
// root.add_child (node);
var node = actor.create_texture_paint_node (texture);
root.add_child (node);
dirty = false;
}