Closed Cranc closed 8 years ago
=== Checking Rust style with rustfmt... ==============
! incorrectly formatted: client/src/world/chunk_view.rs
! incorrectly formatted: client/src/world/world_view.rs
! incorrectly formatted: client/src/renderer.rs
did someone change rustfmt recently because since i work on win10 i do most myself and check with https://play.rust-lang.org/ before commit and nothing on my end indicated something.
Nope, it should still be rustfmt v0.5.0
...
for now i will simply ignore this rustfmt stuff cause i can't tell whats exactly wrong ,,, going back to optimizing
small note: i went and made sure the game runs on my gtx970M instead of intel (60+ fps 800_600 and 45fps fullscreen 1920_1080)
I added a SimpleCull to furstrum.rs which simply is a "fov culling" but this at least works fine also implemented it already so it is on right now.
if someone can tell me where in chunk_view.rs the format error is that would be nice =)
! incorrectly formatted: client/src/world/chunk_view.rs
closed cause #168 solves format error
part of #136