This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
modtainers
/
Svelto.ECS
mirror of
https://github.com/sebas77/Svelto.ECS
Watch
4
Star
0
Fork
0
Code
Issues
0
Releases
49
Wiki
Activity
Browse Source
Update ECSRect.cs
tags/2.8
Brian L
GitHub
5 years ago
parent
ad24a7f685
commit
ac4897d52a
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save