Skip to content

Commit

Permalink
Fixed issue with waves
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorm2000 committed Mar 5, 2024
1 parent f13ef7b commit ab433fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Assets/Scripts/Waves/WaveManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ private void Start()
{
ResetWaves();
ResetEnemiesValues();
currentWaveIndex = 3;
waveUI.ShowWaveText(waves[currentWaveIndex].waveIndex);
}

Expand Down
3 changes: 2 additions & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ PlayerSettings:
vulkanEnableCommandBufferRecycling: 1
loadStoreDebugModeEnabled: 0
bundleVersion: 1.0.0
preloadedAssets: []
preloadedAssets:
- {fileID: 11400000, guid: c67baedd11d560a47aec82faf0b5abef, type: 2}
metroInputSource: 0
wsaTransparentSwapchain: 0
m_HolographicPauseOnTrackingLoss: 1
Expand Down

0 comments on commit ab433fe

Please sign in to comment.