Browse Source

Update ECSRect.cs

tags/2.8
Brian L GitHub 5 years ago
parent
commit
ac4897d52a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Svelto.ECS/Common/Components/ECSRect.cs

+ 2
- 1
Svelto.ECS/Common/Components/ECSRect.cs View File

@@ -15,4 +15,5 @@ namespace Svelto.ECS.Components
height = imageUvRect.height;
}
}
}
}
#endif

Loading…
Cancel
Save