mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-11 05:19:50 +01:00
Fix warning.
This commit is contained in:
parent
fcdce8336c
commit
6ad8f67551
@ -116,7 +116,7 @@ void PaintNode::render_paint_node(PaintNode *node, Transform2D transform, Ref<Im
|
||||
bound.expand_to(p1);
|
||||
bound.expand_to(p2);
|
||||
bound.expand_to(p3);
|
||||
bound.grow(1);
|
||||
bound = bound.grow(1);
|
||||
|
||||
Transform2D inverse = transform.affine_inverse();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user