mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
cleanup redundant initialization code
This commit is contained in:
@@ -58,13 +58,6 @@ namespace love {
|
||||
Graphics::Graphics() {
|
||||
}
|
||||
|
||||
void Graphics::initVulkan() {
|
||||
if (!init) {
|
||||
init = true;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
// START OVERRIDEN FUNCTIONS
|
||||
|
||||
love::graphics::Buffer* Graphics::newBuffer(const love::graphics::Buffer::Settings& settings, const std::vector<love::graphics::Buffer::DataDeclaration>& format, const void* data, size_t size, size_t arraylength) {
|
||||
|
||||
Reference in New Issue
Block a user