mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-26 12:59:18 +01:00
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
Block a user