mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-02-01 11:06:44 +01:00
use linear filtering when rescaling bitmaps
This commit is contained in:
parent
edd4d79eb9
commit
0ca06e3acb
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ int main(int argc, char **argv){
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
al_set_new_bitmap_flags(ALLEGRO_MIN_LINEAR);
|
al_set_new_bitmap_flags(ALLEGRO_MIN_LINEAR^ALLEGRO_MAG_LINEAR);
|
||||||
|
|
||||||
game.timer = al_create_timer(1.0 / FPS);
|
game.timer = al_create_timer(1.0 / FPS);
|
||||||
if(!game.timer) {
|
if(!game.timer) {
|
||||||
|
|
Loading…
Reference in a new issue