mirror of
https://github.com/euphy/polargraphcontroller
synced 2024-11-15 02:37:56 +01:00
Well, this is the real fix, duh.
This commit is contained in:
parent
7a4dd37fe2
commit
afa6cfe319
@ -1202,7 +1202,7 @@ float getGridSize()
|
|||||||
void setGridSize(float s)
|
void setGridSize(float s)
|
||||||
{
|
{
|
||||||
// round it down
|
// round it down
|
||||||
this.gridSize = s;//(int)s;
|
this.gridSize = (int)s;
|
||||||
}
|
}
|
||||||
|
|
||||||
void setSampleArea(float v)
|
void setSampleArea(float v)
|
||||||
|
Loading…
Reference in New Issue
Block a user