mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fixed some minor compiler warnings
This commit is contained in:
@@ -54,4 +54,4 @@ public:
|
||||
} // font
|
||||
} // love
|
||||
|
||||
#endif // LOVE_FONT_FONT_H
|
||||
#endif // LOVE_FONT_FONT_H
|
||||
|
||||
@@ -79,4 +79,4 @@ private:
|
||||
} // font
|
||||
} // love
|
||||
|
||||
#endif // LOVE_FONT_IMAGE_RASTERIZER_H
|
||||
#endif // LOVE_FONT_IMAGE_RASTERIZER_H
|
||||
|
||||
@@ -96,4 +96,4 @@ bool Rasterizer::hasGlyphs(const std::string &text) const
|
||||
}
|
||||
|
||||
} // font
|
||||
} // love
|
||||
} // love
|
||||
|
||||
@@ -114,4 +114,4 @@ protected:
|
||||
} // font
|
||||
} // love
|
||||
|
||||
#endif // LOVE_FONT_RASTERIZER_H
|
||||
#endif // LOVE_FONT_RASTERIZER_H
|
||||
|
||||
@@ -146,4 +146,4 @@ bool TrueTypeRasterizer::hasGlyph(uint32 glyph) const
|
||||
|
||||
} // freetype
|
||||
} // font
|
||||
} // love
|
||||
} // love
|
||||
|
||||
Reference in New Issue
Block a user