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) {
991
991
/// Add metadata to the set.
992
992
/// </summary>
993
993
public void Add ( FileMetadata metadata ) {
994
- System . Diagnostics . Debug . Assert (
994
+ Debug . Assert (
995
995
filenameCanonical == null ||
996
996
metadata . filenameCanonical . Equals ( filenameCanonical ) ) ;
997
997
metadataByVersion [ metadata . CalculateVersion ( ) ] = metadata ;
@@ -2311,7 +2311,7 @@ static void UpdateVersionedAssetsOnUpdate() {
2311
2311
if ( ! Enabled ) {
2312
2312
return ;
2313
2313
}
2314
-
2314
+
2315
2315
UpdateVersionedAssets ( ) ;
2316
2316
NotifyWhenCompliationComplete ( false ) ;
2317
2317
UpdateAssetsWithBuildTargets ( EditorUserBuildSettings . activeBuildTarget ) ;
You can’t perform that action at this time.
0 commit comments