Blizzard / s2client-api

StarCraft II Client - C++ library supported on Windows, Linux and Mac designed for building scripted bots and research using the SC2API.
MIT License
1.66k stars 282 forks source link

A very small problem in feature_layer example #303

Closed monarchBacilluscoli closed 4 years ago

monarchBacilluscoli commented 5 years ago

There is a small problem in feature_layer example. As you can see from the comments of DrawFeatureLayerUnits8BPP() that this function is used for drawing which player the units belong to. But the first argument passed to it is m.unit_density. further more, the comments in this function are little wrong, too.