mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-18 11:41:31 +12:00
Formatting
This commit is contained in:
parent
b2c6a5e801
commit
5e8f324ff5
2 changed files with 4 additions and 4 deletions
|
@ -130,10 +130,10 @@ struct DepthBuffer {
|
||||||
}
|
}
|
||||||
|
|
||||||
void free() {
|
void free() {
|
||||||
|
valid = false;
|
||||||
if (texture.exists()) {
|
if (texture.exists()) {
|
||||||
texture.free();
|
texture.free();
|
||||||
}
|
}
|
||||||
valid = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool matches(DepthBuffer& other) {
|
bool matches(DepthBuffer& other) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue