mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-10 04:43:29 +07:00
Cleanup renaming "CameraStageBaseScreen" in KDocs. (#5695)
This commit is contained in:
parent
ea0738f6e5
commit
d477029232
@ -81,8 +81,8 @@ class UncivGame(parameters: UncivGameParameters) : Game() {
|
||||
* ALL objects that were related to the old context - need to be recreated.
|
||||
* So far we have:
|
||||
* - All textures (hence the texture atlas)
|
||||
* - SpriteBatch (hence CameraStageBaseScreen uses a new SpriteBatch for each screen)
|
||||
* - Skin (hence CameraStageBaseScreen.setSkin())
|
||||
* - SpriteBatch (hence BaseScreen uses a new SpriteBatch for each screen)
|
||||
* - Skin (hence BaseScreen.setSkin())
|
||||
* - Font (hence Fonts.resetFont() inside setSkin())
|
||||
*/
|
||||
settings = GameSaver.getGeneralSettings() // needed for the screen
|
||||
|
Loading…
Reference in New Issue
Block a user