mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 21:47:44 +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->frontBufferIndex = 0;
|
||||
data->pool_index = 0;
|
||||
data->currentBlendMode = SDL_BLENDMODE_BLEND;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user