mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 01:54:35 +08:00
Merge branch 'dev'
This commit is contained in:
commit
dde7d2ec54
@ -8,7 +8,7 @@
|
||||
"displayName": "DragonECS-Unity",
|
||||
"description": "Integration with Unity for DragonECS",
|
||||
"unity": "2021.2",
|
||||
"version": "0.3.20",
|
||||
"version": "0.3.21",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/DCFApixels/DragonECS-Unity.git"
|
||||
|
@ -67,7 +67,7 @@ namespace DCFApixels.DragonECS.Unity.Internal
|
||||
{
|
||||
Rect result = rect;
|
||||
result.center += addVector;
|
||||
return rect;
|
||||
return result;
|
||||
}
|
||||
public static Rect Move(in this Rect rect, float addX, float addY)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user