Line | Branch | Exec | Source |
---|---|---|---|
1 | #include "client/components/render.hpp" | ||
2 | |||
3 | namespace rtype::client::components { | ||
4 | ✗ | Renderable::Renderable(const std::string& texturePath, float width, float height, RenderLayer layer) | |
5 | ✗ | : texturePath(texturePath), width(width), height(height), layer(layer), visible(true), alpha(1.0f) {} | |
6 | } | ||
7 |