mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Merge branch 'master' of https://github.com/ZakatTeamI2P/mkxp-sunshine
This commit is contained in:
commit
18a5ae7851
3 changed files with 1 additions and 3 deletions
|
|
@ -74,7 +74,7 @@ void Config::read(int argc, char *argv[]){
|
|||
PO_DESC(EnableSixteenByNine, bool, false) \
|
||||
PO_DESC(fullscreen, bool, false) \
|
||||
PO_DESC(fixedAspectRatio, bool, true) \
|
||||
PO_DESC(smoothScaling, bool, true) \
|
||||
PO_DESC(smoothScaling, bool, false) \
|
||||
PO_DESC(vsync, bool, true) \
|
||||
PO_DESC(defScreenW, int, 0) \
|
||||
PO_DESC(defScreenH, int, 0) \
|
||||
|
|
|
|||
|
|
@ -73,4 +73,3 @@ void blitEnd();
|
|||
}
|
||||
|
||||
#endif // GLMETA_H
|
||||
|
||||
|
|
|
|||
|
|
@ -999,4 +999,3 @@ void Graphics::remDisposable(Disposable *d){
|
|||
const TEX::ID &Graphics::obscuredTex() const{
|
||||
return p->obscuredTex;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue