Merge branch 'xisco' of https://bitbucket.org/carla-cvc/carla-ue4-plugin into xisco
This commit is contained in:
commit
7bd15e1624
|
@ -29,7 +29,7 @@ namespace server {
|
|||
color_img.emplace_back(color.R);
|
||||
color_img.emplace_back(color.G);
|
||||
color_img.emplace_back(color.B);
|
||||
color_img.emplace_back(color.A);
|
||||
color_img.emplace_back(255u);
|
||||
}
|
||||
// Compress to png.
|
||||
lodepng::State state;
|
||||
|
|
Loading…
Reference in New Issue