Pop2121 / quake2-gwt-port

Automatically exported from code.google.com/p/quake2-gwt-port
GNU General Public License v2.0
0 stars 0 forks source link

Firefox no longer accepts the deprecated form of texImage2D #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile & Run it in Firefox

What is the expected output? What do you see instead?
As of a recent Firefox build (probably 08082010 nightly) the deprecated form of 
texImage2D is no longer accepted.
Attached is a pretty trivial patch which changes the call/signature of the 
function in relevant places.
Seems to work fine on the latest Firefox nightly and a month old Chrome nightly.
Running it with the latest chrome nightly gave a "Failed to load resource 
gwtquake/145205A6B37E69830A60D5EB91291985.cache.html" error with or without the 
patch so it seems like another unrelated issue.

Original issue reported on code.google.com by smoo...@gmail.com on 15 Aug 2010 at 7:08

Attachments:

GoogleCodeExporter commented 8 years ago
Patched in your diff, pushed to repository.

Original comment by stefan.haustein on 25 Aug 2010 at 12:36