MCPcopy Create free account
hub / github.com/cuberite/cuberite / GetPixelWidth

Method GetPixelWidth

src/Map.cpp:625–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623
624
625unsigned int cMap::GetPixelWidth(void) const
626{
627 return (int) pow(2.0, (double) m_Scale);
628}
629
630
631

Callers 2

UpdateMethod · 0.80
ItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected