mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Fix shape brush setting description
This commit is contained in:
parent
8a9ca0b3ec
commit
6a3070e680
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user