If we can't find something to convert, return the original.
This commit is contained in:
@@ -315,7 +315,7 @@ public class ReflectionManager implements ReflectionManagerAbstract {
|
||||
return Optional.of(obj);
|
||||
}
|
||||
|
||||
return Optional.empty();
|
||||
return Optional.of(val);
|
||||
}
|
||||
|
||||
public Vector3f convertVec3(Object object) {
|
||||
|
Reference in New Issue
Block a user