Skip to content

Commit

Permalink
Merge pull request #49 from SMJSGaming/main
Browse files Browse the repository at this point in the history
Fixed a small code mistake in settings v3
  • Loading branch information
HJfod authored Sep 15, 2024
2 parents 788cf4a + b72267e commit c89bc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ public:

// This is where we parse any properties specific to this setting. In
// our case, that will be splorgyness, which is optionally defined:
root.has("splorgy").into(m_splorgy);
root.has("splorgy").into(res->m_splorgy);

// This logs a warning into the console if the object contains keys you
// haven't defined. You can remove it if you don't like logspam
Expand Down

0 comments on commit c89bc32

Please sign in to comment.