Skip to content

Commit e46ee44

Browse files
committed
BF: fix billboard_sphere function name
1 parent 6402b1e commit e46ee44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fury/actor/billboard.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from __future__ import annotations
99

10-
__all__ = ["billboard", "create_billboard_sphere", "Billboard"]
10+
__all__ = ["billboard", "billboard_sphere", "Billboard"]
1111

1212
import numpy as np
1313

@@ -171,7 +171,7 @@ def billboard(
171171
)
172172

173173

174-
def create_billboard_sphere(
174+
def billboard_sphere(
175175
centers,
176176
*,
177177
colors=(1, 1, 1),

0 commit comments

Comments
 (0)