Skip to content

Commit

Permalink
Make initial render states agree
Browse files Browse the repository at this point in the history
Fixes #412
  • Loading branch information
emberian committed Nov 7, 2014
1 parent c13433d commit 95fc078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gl_device/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static RESET_CB: &'static [::Command] = &[
//BindTexture
::SetPrimitiveState(::state::Primitive {
front_face: ::state::CounterClockwise,
method: ::state::Fill(::state::CullNothing),
method: ::state::Fill(::state::CullBack),
offset: ::state::NoOffset,
}),
::SetViewport(::target::Rect{x: 0, y: 0, w: 0, h: 0}),
Expand Down

0 comments on commit 95fc078

Please sign in to comment.