mirror of https://github.com/encounter/SDL.git
Set initial blend mode
This commit is contained in:
parent
6c3bf56503
commit
63e223fa50
|
@ -875,6 +875,7 @@ gxm_init(SDL_Renderer *renderer)
|
||||||
data->backBufferIndex = 0;
|
data->backBufferIndex = 0;
|
||||||
data->frontBufferIndex = 0;
|
data->frontBufferIndex = 0;
|
||||||
data->pool_index = 0;
|
data->pool_index = 0;
|
||||||
|
data->currentBlendMode = SDL_BLENDMODE_BLEND;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue