Skip to content
Snippets Groups Projects
Commit 138f62e0 authored by fxk8y's avatar fxk8y :spider:
Browse files

Remove unused parameter

parent 3ef43090
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
* TODO: Moar documentation!
*
*/
module roundRect(w, h, r, d=4) {
module roundRect(w, h, r) {
if (r > 0) {
_dw2 = (w - 2*r) / 2;
_dh2 = (h - 2*r) / 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment