Skip to content

Commit

Permalink
Read Attribute in Spawn Context (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulDemeulenaere authored and julienf-unity committed Jul 3, 2020
1 parent dc16c5e commit c7aea52
Show file tree
Hide file tree
Showing 42 changed files with 43,343 additions and 298 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void CheckDataPropagation_Link()
var spawnData = spawn.GetData();
var particleData = init.GetData();

Assert.IsNull(spawnData);
Assert.IsNotNull(spawnData);
Assert.IsNotNull(particleData);
Assert.AreEqual(particleData, update.GetData());
Assert.AreEqual(particleData, output0.GetData());
Expand Down

0 comments on commit c7aea52

Please sign in to comment.