Bidimensional dynamic array problem
orgoton
orgoton at mindless.com
Tue Mar 6 07:26:50 PST 2007
Just a minor correction:
> struct Vertex{
> (...)
> float z;
> }
should be
struct Vertex{
(...)
float height;
}
(typo)
More information about the Digitalmars-d-learn
mailing list