Skip to content

Commit

Permalink
Fixed Bot filename case
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrw committed Feb 1, 2021
1 parent f78de4b commit f628f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enupkg/ground.nim
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ gdobj Ground of MeshInstance:

elif tool_mode == ObjectMode:
let
proto = load("res://components/bot.tscn") as PackedScene
proto = load("res://components/Bot.tscn") as PackedScene
bot = proto.instance() as NimBot
assert not bot.is_nil
bot.translation = p + vec3(0.5, 0, 0.5)
Expand Down

0 comments on commit f628f95

Please sign in to comment.