Cleanup renaming "CameraStageBaseScreen" in KDocs. (#5695)

This commit is contained in:
will-ca 2021-11-20 09:56:53 -08:00 committed by GitHub
parent ea0738f6e5
commit d477029232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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