Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusLongmuir committed Jul 8, 2024
1 parent 624c99d commit f29f975
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,9 @@ export class Networked3dWebExperienceClient {
if (
!this.config.avatarConfiguration?.availableAvatars?.length &&
!this.config.avatarConfiguration?.allowCustomAvatars
)
) {
return;
}

if (this.clientId === null) {
throw new Error("Client ID not set");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.menuButton {
.uiHover {
width: 70px;
min-height: 70px;
position: fixed;
Expand Down

0 comments on commit f29f975

Please sign in to comment.