Variable Mesh._dirtyVertexBuffer

class Mesh
{
  // ...
  bool _dirtyVertexBuffer = true;
  // ...
}