-
Notifications
You must be signed in to change notification settings - Fork 188
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
added allowFlip flag to GuillotineBinPack #20
base: master
Are you sure you want to change the base?
Conversation
@@ -1,5 +1,5 @@ | |||
/** @file GuillotineBinPack.cpp | |||
@author Jukka Jyl�nki | |||
@author Jukka Jyl�nki |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you check to avoid garbling the UTF-8 encoding on the files?
GuillotineBinPack.cpp
Outdated
{ | ||
binWidth = width; | ||
binHeight = height; | ||
binAllowFlip = allowFlip; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the original files used tabs as indentation, though this new code uses spaces, causing a mismatch in indentation above.
Thanks, looks like a good feature - some formatting quirks though? |
No description provided.