This commit is contained in:
Issac332 2026-05-20 22:29:38 +03:00
commit 18a5ae7851
3 changed files with 1 additions and 3 deletions

View file

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

View file

@ -73,4 +73,3 @@ void blitEnd();
}
#endif // GLMETA_H

View file

@ -999,4 +999,3 @@ void Graphics::remDisposable(Disposable *d){
const TEX::ID &Graphics::obscuredTex() const{
return p->obscuredTex;
}