mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-03 16:36:25 +00:00
Set initial blend mode
This commit is contained in:

committed by
Sam Lantinga

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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user