mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-23 08:52:48 +00:00
remove semicolon
This commit is contained in:
parent
a131f9eb74
commit
00c798991c
|
@ -63,7 +63,7 @@ struct HostTextureTag {
|
|||
bool operator==(const HostTextureTag& rhs) const noexcept {
|
||||
return std::tie(internal_format, format, width, height) ==
|
||||
std::tie(rhs.internal_format, rhs.format, rhs.width, rhs.height);
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
struct TextureCubeConfig {
|
||||
|
|
Loading…
Reference in a new issue