diff options
Diffstat (limited to 'Game/Code/lib/projectM/projectM-0_9.inc')
-rw-r--r-- | Game/Code/lib/projectM/projectM-0_9.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/lib/projectM/projectM-0_9.inc b/Game/Code/lib/projectM/projectM-0_9.inc index 612e92c7..24d83700 100644 --- a/Game/Code/lib/projectM/projectM-0_9.inc +++ b/Game/Code/lib/projectM/projectM-0_9.inc @@ -49,7 +49,7 @@ type {$endif} { Render target texture ID for non-pbuffer systems } - textureID: array[0..2] of TGLuint; + textureID: array[0..2] of GLuint; end; _PProjectM = ^_TProjectM; |