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:
Ryan Huffman 2019-04-05 15:08:48 -07:00 committed by GitHub
parent 9abd0943ff
commit 9c4b3f017f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -622,8 +622,6 @@ const GROUPS = [
type: "number-draggable",
step: 1,
decimals: 0,
min: 0,
max: 240,
propertyID: "maxFPS",
},
{