diff options
Diffstat (limited to 'Game/Code/lib/projectM')
-rw-r--r-- | Game/Code/lib/projectM/projectM-0_9.inc | 2 | ||||
-rw-r--r-- | Game/Code/lib/projectM/projectM.pas | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/Game/Code/lib/projectM/projectM.pas b/Game/Code/lib/projectM/projectM.pas index 998b9b0c..0eec9638 100644 --- a/Game/Code/lib/projectM/projectM.pas +++ b/Game/Code/lib/projectM/projectM.pas @@ -12,7 +12,7 @@ interface uses SysUtils, - OpenGL12, + gl, UConfig; type |