diff options
Diffstat (limited to 'client/map/progress')
-rw-r--r-- | client/map/progress/progress.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/progress/progress.gd b/client/map/progress/progress.gd index fc31408c..d8f9bc98 100644 --- a/client/map/progress/progress.gd +++ b/client/map/progress/progress.gd @@ -15,7 +15,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. # -class_name ProgressBar3D +class_name Progress3D extends MeshInstance3D func update(new_position: float, new_warn: bool): |