Skip to content

Commit f628f95

Browse files
committedFeb 1, 2021
Fixed Bot filename case
1 parent f78de4b commit f628f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎enupkg/ground.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ gdobj Ground of MeshInstance:
6363

6464
elif tool_mode == ObjectMode:
6565
let
66-
proto = load("res://components/bot.tscn") as PackedScene
66+
proto = load("res://components/Bot.tscn") as PackedScene
6767
bot = proto.instance() as NimBot
6868
assert not bot.is_nil
6969
bot.translation = p + vec3(0.5, 0, 0.5)

0 commit comments

Comments
 (0)
Please sign in to comment.