WES-146-UI

This commit is contained in:
Jelle De Geest
2023-04-06 07:20:41 +00:00
committed by Helena Van Breugel
parent 8db7c80dad
commit e6d10db5ca
86 changed files with 6502 additions and 2122 deletions

View File

@@ -53,7 +53,7 @@ public class ChangeUserScreen : MonoBehaviour
}
List<User> users = UserList.GetUsers();
int currentUserIndex = UserList.IndexOf(UserList.GetCurrentUser().GetUsername());
currentUserIndex = UserList.IndexOf(UserList.GetCurrentUser().GetUsername());
for (int i = 0; i < users.Count; i++)
{
User user = users[i];