Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
eelstork committed Sep 17, 2019
1 parent f3c2fe9 commit 63bd3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Editor/LogWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ void OnSelectionChange()
}

void SelectPrev(){
if(selectedFrame == null) return;
selectedFrame = model.filtered.Prev(selectedFrame);
selectedFrame = model.filtered.Prev(selectedFrame
?? model.filtered.last);
SceneView.RepaintAll();
}

Expand Down

0 comments on commit 63bd3d6

Please sign in to comment.