File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
source/VersionHandlerImpl/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -991,7 +991,7 @@ public FileMetadataByVersion(string filenameCanonical) {
991991 /// Add metadata to the set.
992992 /// </summary>
993993 public void Add ( FileMetadata metadata ) {
994- System . Diagnostics . Debug . Assert (
994+ Debug . Assert (
995995 filenameCanonical == null ||
996996 metadata . filenameCanonical . Equals ( filenameCanonical ) ) ;
997997 metadataByVersion [ metadata . CalculateVersion ( ) ] = metadata ;
@@ -2311,7 +2311,7 @@ static void UpdateVersionedAssetsOnUpdate() {
23112311 if ( ! Enabled ) {
23122312 return ;
23132313 }
2314-
2314+
23152315 UpdateVersionedAssets ( ) ;
23162316 NotifyWhenCompliationComplete ( false ) ;
23172317 UpdateAssetsWithBuildTargets ( EditorUserBuildSettings . activeBuildTarget ) ;
You can’t perform that action at this time.
0 commit comments