mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Remove min/max on web entity maxFPS
Instead, let the C++ side enforce any limits. If we enforce a hard limit later on, we can get them via `Entities.getPropertyInfo`.
This commit is contained in:
parent
9abd0943ff
commit
9c4b3f017f
1 changed files with 0 additions and 2 deletions
|
@ -622,8 +622,6 @@ const GROUPS = [
|
||||||
type: "number-draggable",
|
type: "number-draggable",
|
||||||
step: 1,
|
step: 1,
|
||||||
decimals: 0,
|
decimals: 0,
|
||||||
min: 0,
|
|
||||||
max: 240,
|
|
||||||
propertyID: "maxFPS",
|
propertyID: "maxFPS",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue