R/B was swapped in the clear color. Also updates native with consistency fix.

Fixes native issue 254.
This commit is contained in:
Henrik Rydgard 2015-01-01 11:26:09 +01:00
parent 4ec9f758ea
commit aa31bcc6ae
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@ void DrawBackground(UIContext &dc, float alpha = 1.0f) {
last_yres = yres;
}
dc.GetThin3DContext()->Clear(T3DClear::COLOR | T3DClear::DEPTH | T3DClear::STENCIL, 0xff224477, 0.0, 0);
dc.GetThin3DContext()->Clear(T3DClear::COLOR | T3DClear::DEPTH | T3DClear::STENCIL, 0xff774422, 0.0, 0);
int img = I_BG;
#ifdef GOLD
img = I_BG_GOLD;

2
native

@ -1 +1 @@
Subproject commit 9f490ddb0fc0b40ab4e080613ef170f9c30dbf7b
Subproject commit 6ec765dcf4a1dd26c99b39961e487b84eedfcf91