style fix

This commit is contained in:
Jacques Lucke 2018-11-12 18:04:48 +01:00
parent bb39e33d25
commit 7f2401532e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#
# ***** END GPL LICENSE BLOCK *****
def draw_circle_2d(position, color, radius, segments = 32):
def draw_circle_2d(position, color, radius, segments=32):
from math import sin, cos, pi
import gpu
from gpu.types import (