Skip to content

Commit

Permalink
FIX: Increase MW scale
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Oct 15, 2024
1 parent ffa9c5e commit 5defb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/surfaces.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pub mod ScaleMode {
pub const Morrowind: f32 = 1.0;
pub const LibreQuake: f32 = 2.0;
pub const LibreQuake: f32 = 3.0;
}

pub const BOOK_START_DEFAULT: &str =
Expand Down

0 comments on commit 5defb03

Please sign in to comment.