Skip to content
This repository has been archived by the owner on Jan 12, 2018. It is now read-only.

Fixes for World::DrawDebugLine #16

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

sjackso
Copy link

@sjackso sjackso commented Feb 25, 2014

This corrects a couple of minor problems with debug lines, especially a program hang on permanent lines.

Let me know if you'd prefer a different coding style for dealing with the iterator.

@@ -1060,6 +1060,9 @@ void World::UpdateDebugItems(float frame_dt)
itdd++;
}
}
else{
Copy link
Contributor

Choose a reason for hiding this comment

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

One last quibble; could you move the opening brace down to match style? :)

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

Successfully merging this pull request may close these issues.

2 participants