Skip to content

Commit

Permalink
Set default value in AssetManager.updateModules()
Browse files Browse the repository at this point in the history
Signed-off-by: Akira Sekiguchi <akira.sekiguchi@dnaform.jp>
  • Loading branch information
Akira Sekiguchi committed Jun 9, 2020
1 parent c8cc08e commit 13d9961
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ class AssetManager {

}

void updateModules(boolean recurse_submodules ) {
void updateModules(boolean recurse_submodules = false) {

if( !localPath )
return // nothing to do
Expand Down

0 comments on commit 13d9961

Please sign in to comment.