mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
adjust code styling
This commit is contained in:
@@ -290,7 +290,7 @@ public:
|
||||
|
||||
Quad *getQuad() const;
|
||||
|
||||
const Optional<std::string>& getDebugName() const { return debugName; }
|
||||
const Optional<std::string> &getDebugName() const { return debugName; }
|
||||
|
||||
static int getTotalMipmapCount(int w, int h);
|
||||
static int getTotalMipmapCount(int w, int h, int d);
|
||||
|
||||
Reference in New Issue
Block a user