Closed DeveloperPaul123 closed 7 years ago
Small fixes from compiling on Windows in VS2013.
uint
DataPort
VertexRenderer
nr
Small fixes from compiling on Windows in VS2013.
Fixed
uint
isn't a built in type in VS2013, so I added a typedef to theDataPort
class.VertexRenderer
. I assume you meant to return the uint valuenr
that's declared in that function.