diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-11-26 23:29:22 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-11-26 23:29:22 +0000 |
| commit | 26a39c749b337ef038a949447c5356ddaa0bc912 (patch) | |
| tree | 8dfe87695579fae086972fc97c70dffb36b74e5e /macosx/plugins/DFXVideo/macsrc/PluginGLView.m | |
| parent | c9289d55f08d262bfa5495de16b3b17c05a14741 (diff) | |
| download | pcsxr-26a39c749b337ef038a949447c5356ddaa0bc912.tar.gz | |
More work on OS X localization.
Some OS X bug fixes.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87971 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/PluginGLView.m')
| -rwxr-xr-x | macosx/plugins/DFXVideo/macsrc/PluginGLView.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/PluginGLView.m b/macosx/plugins/DFXVideo/macsrc/PluginGLView.m index 09375671..7cf9ca8e 100755 --- a/macosx/plugins/DFXVideo/macsrc/PluginGLView.m +++ b/macosx/plugins/DFXVideo/macsrc/PluginGLView.m @@ -326,6 +326,7 @@ void BlitScreen16NS(unsigned char * surf,long x,long y) glBegin(GL_QUADS); + { glTexCoord2f(0.0f, 0.0f); glVertex2f(-1.0f, 1.0f); @@ -337,6 +338,7 @@ void BlitScreen16NS(unsigned char * surf,long x,long y) glTexCoord2f(image_width, 0.0f); glVertex2f(1.0f, 1.0f); + } glEnd(); } else @@ -381,6 +383,7 @@ void BlitScreen16NS(unsigned char * surf,long x,long y) } glBegin(GL_QUADS); + { glTexCoord2f(0.0f, 0.0f); glVertex2f(-1.0f, 1.0f); @@ -392,6 +395,7 @@ void BlitScreen16NS(unsigned char * surf,long x,long y) glTexCoord2f(image_tx, 0.0f); glVertex2f(1.0f, 1.0f); + } glEnd(); } } |
