fourthskyinteractive / oglshell

Automatically exported from code.google.com/p/oglshell
0 stars 0 forks source link

CVertexStructure::Compile() bug #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In file VertexStruct.cpp , line 151:
switch (i->second.Type) 
{
case GL_BYTE:
case GL_UNSIGNED_BYTE:
    SizeOf = sizeof( GLushort ); // <-- this should be GLubyte
    break;

Original issue reported on code.google.com by ultra...@gmail.com on 23 Sep 2008 at 1:14

GoogleCodeExporter commented 9 years ago
Thank for bug post! It will be fixed in next update.

Original comment by victor.c...@gmail.com on 4 Oct 2008 at 10:15