You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/release-notes.txt
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,7 @@
11
11
- `AnimatedSprite.Update(double)` and `AnimatedTilemap.Update(double)` now expect the value being passed to be a representation of elapsed seconds and not elapsed milliseconds. This is in-line with the common use case of delta time being representative of seconds elapsed and not milliseconds elapsed. (Closes #61)
12
12
13
13
## 4.0.5 Hotfix
14
-
- `Slice.Origin` value is not set property in constructor. (Closes #64)
14
+
- `Slice.Origin` value is not set property in constructor. (Closes #64)
15
+
16
+
## 4.0.6 Hotfix
17
+
- Removed package dependency on DesktopGL (Closes #66)
0 commit comments