mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-05 19:00:09 +00:00
bugfix: flags not showing in game
This commit is contained in:
@@ -58,7 +58,6 @@ export class TerrainLayer implements Layer {
|
||||
}
|
||||
|
||||
renderLayer(context: CanvasRenderingContext2D) {
|
||||
console.log(this.transformHandler.scale);
|
||||
if (this.transformHandler.scale < 1) {
|
||||
context.imageSmoothingEnabled = true;
|
||||
context.imageSmoothingQuality = "low";
|
||||
|
||||
Reference in New Issue
Block a user