Procházet zdrojové kódy

fix gh-pages actions

Ethosa před 3 roky
rodič
revize
90a8cdc8e7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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