| 86 | } |
| 87 | |
| 88 | inline void render(const int pWindowId, |
| 89 | const int pX, const int pY, const int pVPW, const int pVPH, |
| 90 | const glm::mat4 &pView, const glm::mat4 &pOrient) const { |
| 91 | mChart->render(pWindowId, pX, pY, pVPW, pVPH, pView, pOrient); |
| 92 | } |
| 93 | }; |
| 94 | |
| 95 | } |
nothing calls this directly
no outgoing calls
no test coverage detected