handzlikchris / handzlikchris/FastScriptReload
Bug : Added new field cast issue (float initialized with int value)
Open
bug
- Dominant language
- C#
- Stars
- 2.2k
- Forks
- 167
- PR merge metrics
- No merged PRs in 30d
Description
When adding a new float field with an integer initial value (no 'f' suffix), there is a cast exception in the NewFieldsRendererDefaultEditorPatch.RenderNewlyAddedFields method (newFieldType is System.Single but addedFieldValues[addedFieldValueKey] is System.Int32).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.