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
This is not an issue but more a sugestion:
When building the Squish library with a custom build system where all the cpp
files are concatenated into one big cpp, compilation errors occurs because of
the function "int FloatToInt( float a, int limit )" which is defined 3 times in
3 different cpp files (alpha.cpp singlecolourfit.cpp colourblock.cpp).
It could be usefull to "factorise" this code into a new file to avoid this kind
of errors.
Thanks a lot
Original issue reported on code.google.com by clementv...@gmail.com on 29 Feb 2012 at 9:10
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
clementv...@gmail.com
on 29 Feb 2012 at 9:10The text was updated successfully, but these errors were encountered: