mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02: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",
|
||||
step: 1,
|
||||
decimals: 0,
|
||||
min: 0,
|
||||
max: 240,
|
||||
propertyID: "maxFPS",
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue