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
Fix a serious bug
tags/Rel1
sebas77
7 years ago
parent
759dd522d3
commit
2307e8fc22
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ECS/Dispatcher/DispatcherOnChange.cs
+ 1
- 1
ECS/Dispatcher/DispatcherOnChange.cs
View File
@@ -12,7 +12,7 @@ namespace Svelto.ECS
set
{
if (EqualityComparer<T>.Default.Equals(value, _value) == false)
base.value =
_
value;
base.value = value;
}
get
Write
Preview
Loading…
Cancel
Save