Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Commit

Permalink
Merge back from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Jun 25, 2015
2 parents 325b010 + 7a7cb14 commit 242871e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Content/ContentTypeReaderManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ internal ContentTypeReader[] LoadAssetReaders(ContentReader reader)
SoundEffectReader hSoundEffectReader = new SoundEffectReader();
SongReader hSongReader = new SongReader();
ModelReader hModelReader = new ModelReader();
Int32Reader hInt32Reader = new Int32Reader();
}
#pragma warning restore 0219, 0649

Expand Down

0 comments on commit 242871e

Please sign in to comment.