gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11545: Remove errornous (


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11545: Remove errornous (
Date: Fri, 02 Oct 2009 23:43:58 +0200
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11545
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Fri 2009-10-02 23:43:58 +0200
message:
  Remove errornous (
modified:
  backend/Renderer_ogl.cpp
=== modified file 'backend/Renderer_ogl.cpp'
--- a/backend/Renderer_ogl.cpp  2009-10-02 18:10:30 +0000
+++ b/backend/Renderer_ogl.cpp  2009-10-02 21:43:58 +0000
@@ -792,7 +792,7 @@
     _width  = fabsf(x1 - x0);
     _height = fabsf(y1 - y0);
 
-    glScalef((static_cast<float>(twipsToPixels(_width)) /
+    glScalef(static_cast<float>(twipsToPixels(_width)) /
     static_cast<float>(viewport_width),
     static_cast<float>(twipsToPixels(_height)) / 
     static_cast<float>(viewport_height), 1.0f);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]