mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
glstate.h
This commit is contained in:
parent
99b8a43a10
commit
7c9c892729
1 changed files with 1 additions and 2 deletions
|
|
@ -57,8 +57,7 @@ void GLScissorTest::apply(const bool &value){
|
|||
}
|
||||
|
||||
void GLBlendMode::apply(const BlendType &value){
|
||||
switch (value)
|
||||
{
|
||||
switch (value){
|
||||
case BlendKeepDestAlpha :
|
||||
gl.BlendEquation(GL_FUNC_ADD);
|
||||
gl.BlendFuncSeparate(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA,
|
||||
|
|
|
|||
Loading…
Reference in a new issue