RegrowthStudios / Vorb

Regrowth Studios Vorb Engine
MIT License
60 stars 29 forks source link

ColorRGB(A) Downcast #97

Open czaloj opened 8 years ago

czaloj commented 8 years ago

Use static_cast(v) or (ui8)v ?

Currently one is used for color3 and the other for color4. Which is the correct one? I believe we ran into an issue with YAML parsing that caused us to use one over the other.