Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #243 from EpicGames/UE5.2
Browse files Browse the repository at this point in the history
Ue5.2
  • Loading branch information
mcottontensor authored Jun 5, 2023
2 parents eea7839 + c8868c7 commit af29daf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Frontend/library/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Frontend/ui-library/src/UI/Controls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ export class Controls {
if (!config || shouldCreateButton(config.statsButtonType)) {
this.statsIcon = new StatsIcon();
}
if (!config || shouldCreateButton(config.fullscreenButtonType)){
if (!config || shouldCreateButton(config.settingsButtonType)){
this.settingsIcon = new SettingsIcon();
}
if (!config || shouldCreateButton(config.settingsButtonType)) {
if (!config || shouldCreateButton(config.fullscreenButtonType)) {
this.fullscreenIcon = new FullScreenIcon();
}
if (!config || shouldCreateButton(config.xrIconType)){
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1
0.6.2
4 changes: 2 additions & 2 deletions SignallingWebServer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af29daf

Please sign in to comment.