Skip to content

Commit

Permalink
change default logMax to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Jul 6, 2023
1 parent aa44a62 commit 783e0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kaboom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const UV_PAD = 0.1
const DEF_HASH_GRID_SIZE = 64
const DEF_FONT_FILTER = "nearest"

const LOG_MAX = 1
const LOG_MAX = 10

const VERTEX_FORMAT = [
{ name: "a_pos", size: 2 },
Expand Down

0 comments on commit 783e0b9

Please sign in to comment.