Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
joafalves committed Jul 29, 2014
1 parent 4fca70e commit 87090cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gibbo.Editor.WPF/Gibbo.Editor.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>index.html</WebPage>
<TrustUrlParameters>true</TrustUrlParameters>
<ApplicationRevision>17</ApplicationRevision>
<ApplicationRevision>21</ApplicationRevision>
<ApplicationVersion>1.4.0.%2a</ApplicationVersion>
<UseApplicationTrust>true</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
Expand Down
2 changes: 1 addition & 1 deletion Gibbo.Library/Classes/GameObjectCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void Add(GameObject item)
if (this.owner != null)
item.Transform.Parent = this.owner.Transform;
else
item.Transform.Parent = null;
item.Transform.Parent = null;

innerList.Add(item);
}
Expand Down

0 comments on commit 87090cb

Please sign in to comment.