فهرست منبع

fix gh-pages actions

Ethosa 3 سال پیش
والد
کامیت
90a8cdc8e7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/nodesnim/nodes/animation_player.nim

+ 1 - 1
src/nodesnim/nodes/animation_player.nim

@@ -20,7 +20,7 @@ type
 
 proc AnimationPlayer*(name: string = "AnimationPlayer"): AnimationPlayerRef =
   runnableExamples:
-    var animation_player = AnimationPlayer("AnimationPlayer")
+    var animplayer = AnimationPlayer("AnimationPlayer")
   nodepattern(AnimationPlayerRef)
   result.objects = @[]
   result.duration = 180