1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 18:09:40 +00:00

Fix shape brush setting description

This commit is contained in:
Nelsson Huotari 2019-10-07 23:48:02 +03:00
parent 8a9ca0b3ec
commit 6a3070e680

View file

@ -248,7 +248,7 @@ void CSMPrefs::State::declare()
addValues (landeditOutsideVisibleCell);
declareInt ("texturebrush-maximumsize", "Maximum texture brush size", 50).
setMin (1);
declareInt ("shapebrush-maximumsize", "Maximum texture brush size", 100).
declareInt ("shapebrush-maximumsize", "Maximum shape brush size", 100).
setMin (1);
declareBool ("open-list-view", "Open displays list view", false).
setTooltip ("When opening a reference from the scene view, it will open the"