← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~ab-tools/widelands/msvs2010-compilewarnings into lp:widelands

 

You make a casts to float for a lot of gl...f() (e.g. glVertex2f(static_cast<float>(integer))) functions, when you could instead use the gl...i (integer) functions and not require the cast.
-- 
https://code.launchpad.net/~ab-tools/widelands/msvs2010-compilewarnings/+merge/109787
Your team Widelands Developers is requested to review the proposed merge of lp:~ab-tools/widelands/msvs2010-compilewarnings into lp:widelands.


References