Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProgArkProject
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sixten Müller
ProgArkProject
Merge requests
!15
finished waitforhost classes+some minor changes to previous classes i made
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
finished waitforhost classes+some minor changes to previous classes i made
WaitForHost
into
main
Overview
0
Commits
1
Pipelines
0
Changes
10
Merged
Marcus Christopher Wildish
requested to merge
WaitForHost
into
main
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
10
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
37a60481
1 commit,
1 year ago
10 files
+
93
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
core/src/com/wordbattle/game/controller/FinalLeaderBoardController.java
+
2
−
1
Options
@@ -74,11 +74,12 @@ public class FinalLeaderBoardController {
}
p
ublic
int
calculateBackgroundRenders
(){
p
rivate
int
calculateBackgroundRenders
(){
return
1
+
lenLeaderBordPage
/
WordBattle
.
HEIGHT
;
}
public
void
dispose
(){
finalLeaderBoardView
.
dispose
();
}
Loading