You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Really enjoying the tutorial so far. I landed on chapter 34 and got stuck on the prefab sections.
My code would panic on L229 i prefab_builder/mod.rs due to an out of bounds error. After some digging around, I noticed that something was rstripping my white spaces at the ends of the RIGHT_FORT prefab in prefab_sections.rs. I don't know if this is my IDE or something else that's causing this. For reference, I'm using RustRover Build #RR-241.15989.180.
After replacing the spaces in RIGHT_FORT with zeroes and updating char_to_map, everything ran just fine and I managed to play the game as expected. I wonder if anyone else has run into this issue?
The text was updated successfully, but these errors were encountered:
Really enjoying the tutorial so far. I landed on chapter 34 and got stuck on the prefab sections.
My code would panic on L229 i prefab_builder/mod.rs due to an out of bounds error. After some digging around, I noticed that something was rstripping my white spaces at the ends of the RIGHT_FORT prefab in prefab_sections.rs. I don't know if this is my IDE or something else that's causing this. For reference, I'm using RustRover Build #RR-241.15989.180.
After replacing the spaces in RIGHT_FORT with zeroes and updating
char_to_map
, everything ran just fine and I managed to play the game as expected. I wonder if anyone else has run into this issue?The text was updated successfully, but these errors were encountered: