Skip to content

Commit

Permalink
Merge pull request #1208 from solaris-games/fix/usersettings
Browse files Browse the repository at this point in the history
Update 247
  • Loading branch information
SpacialCircumstances authored Oct 29, 2024
2 parents 2c9cea8 + 891cdaf commit 905a77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/game/container.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class GameContainer {
draw () {
this.map.draw()

if ( import.meta.env.DEV || userSettings?.technical?.performanceMonitor === 'enabled') {
if ( import.meta.env.DEV || this.userSettings?.technical?.performanceMonitor === 'enabled') {
let bitmapFont = {fontName: "chakrapetch", fontSize: 16}
let left = 64
let top = 32
Expand Down

0 comments on commit 905a77f

Please sign in to comment.