Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong code snippet in chapter 66 #227

Open
PierreGuyot opened this issue Jan 14, 2025 · 0 comments
Open

Wrong code snippet in chapter 66 #227

PierreGuyot opened this issue Jan 14, 2025 · 0 comments

Comments

@PierreGuyot
Copy link

if let Some(part) = ecs.read_storage::<SpawnParticleLine>().get(entity) {

The code referenced here is wrong, the text mentions the next line (where the reader is supposed to pass the new argument creator to find_item_position):

if let Some(start_pos) = targeting::find_item_position(ecs, entity, creator) {            
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant