Skip to content

Commit f077f21

Browse files
committed
Merge branch 'develop' of https://github.com/plugdata-team/plugdata into develop
2 parents 58669cc + 3eb288d commit f077f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Objects/ScalarObject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ class DrawableSymbol final : public DrawableTemplate
361361
handleMouseDrag(e.getEventRelativeTo(this));
362362
};
363363
}
364-
d
364+
365365
void render(NVGcontext* nvg) override
366366
{
367367
auto const scale = canvas->isZooming ? canvas->getRenderScale() * 2.0f : canvas->getRenderScale() * std::max(1.0f, getValue<float>(canvas->zoomScale));

0 commit comments

Comments
 (0)