mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-17 11:44:44 +08:00
Various fixes
This commit is contained in:
@@ -35,7 +35,6 @@ export default class TypeInitialization {
|
||||
if (targetType === undefined) {
|
||||
targetType = value?.constructor
|
||||
}
|
||||
let wrongType = false
|
||||
if (
|
||||
targetType
|
||||
&& targetType !== SerializedType
|
||||
|
||||
Reference in New Issue
Block a user