ImJimmi / JIVE

The ultimate JUCE extension for building GUIs

Home Page:https://github.com/ImJimmi/JIVE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`juce::Point` variant converter should round, not cast, for integral types

ImJimmi opened this issue · comments

return Point<Arithmetic>{
static_cast<Arithmetic>(tokens[0].getDoubleValue()),
static_cast<Arithmetic>(tokens[1].getDoubleValue()),
};