Skip to content

Mapster32: Fix tilescreen drawing for Polymer renderer.

According to pogo in a previous commit, GL_TEXTURE_2D is deprecated. However, polymer cannot draw the tiles in the tilescreen correctly without enabling it first, else it shows white boxes instead.

This fixes #93 (closed)

Merge request reports