Skip to content

Commit

Permalink
Fixed missing switch break in Blender_default_aref.cpp (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed May 3, 2023
1 parent 8103890 commit df470e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Layers/xrRender/blenders/Blender_default_aref.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ void CBlender_default_aref::CompileFFP(CBlender_Compile& C) const
C.StageEnd();
}
C.PassEnd();
break;
}
case SE_R1_LMODELS:
{
Expand Down

0 comments on commit df470e5

Please sign in to comment.