astellato / ofxSyphon

An OF add-on for using the Syphon framework.
Other
193 stars 57 forks source link

OFw 0.8 compatilibity #8

Closed dimitre closed 11 years ago

dimitre commented 11 years ago

I've tried to compile in OFw 0.8 and got errors in this lines

    mTex.texData.glType = GL_RGBA;
    mTex.texData.pixelType = GL_UNSIGNED_BYTE;

Thanks

bangnoise commented 11 years ago

Fixed in 0489ea935c2e86ebf3d5f608337edb229930de77 - thanks for the report