Browse Source

fix gh-pages actions

Ethosa 3 years ago
parent
commit
90a8cdc8e7
1 changed files with 1 additions and 1 deletions
  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