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

Use VecDeque queue instead of Vec stack for InputQueue #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fineconstant
Copy link

Fixes #87

@@ -10,6 +10,7 @@ use specs::{
Write, WriteStorage,
};

use std::collections::VecDeque;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so the way the book works is it uses the line numbers in the md files to decide what code snippets to show, if we are adding a new line here we'll have to fix the md files which point to this code file and tweak the line numbers. it's a bit annoying but unfortunately this is how it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InputSystem doesn't use input in correct order
2 participants