Skip to content

Commit

Permalink
Fix filename in prefab to start with lowercase
Browse files Browse the repository at this point in the history
This fixes the issue reported by gtors at amethyst#106 (comment)

The issue went unnoticed before now because the game was only tested on Windows machines, which are not case-sensitive for filenames.
  • Loading branch information
Jazarro committed Feb 17, 2020
1 parent 1fd43ae commit 0ac261a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/prefabs/creatures/topplegrass.ron
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Prefab (
name: (
name: "Topplegrass"
),
gltf: File("assets/Topplegrass.gltf", ()),
gltf: File("assets/topplegrass.gltf", ()),
movement: (
velocity: [0.0, 0.0, 0.0],
max_movement_speed: 10.0,
Expand Down

0 comments on commit 0ac261a

Please sign in to comment.