Removed flipY from REGL renderer's texture load function, to increase similarity between renderer implementations and rule out a sampling discrepancy

This commit is contained in:
Rezmason
2022-10-04 21:48:21 -07:00
parent 4f257b87f7
commit 6986ed45f5
3 changed files with 2 additions and 3 deletions

View File

@@ -59,7 +59,6 @@ const loadImage = (regl, url) => {
data,
mag: "linear",
min: "linear",
flipY: true,
});
}
})(),