Skip to content

Commit b32c23f

Browse files
committed
Add sample graph stamp
1 parent 439e2c7 commit b32c23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/VoxelCoreEditor/Public/VoxelEditorUtilities.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ struct VOXELCOREEDITOR_API FVoxelEditorUtilities
247247

248248
FProperty* Property = PropertyHandle->GetProperty();
249249
if (Property &&
250-
!ensure(FVoxelUtilities::MatchesProperty<T>(*Property, false)))
250+
!ensure(FVoxelUtilities::MatchesProperty<T>(*Property, true)))
251251
{
252252
return;
253253
}

0 commit comments

Comments
 (0)