Przeglądaj źródła

thanks, clang-tidy

opengl-renderer-broken
Martin Dørum 4 lat temu
rodzic
commit
76a759d2d0
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      libswan/include/swan/ItemStack.h

+ 2
- 2
libswan/include/swan/ItemStack.h Wyświetl plik

@@ -16,8 +16,8 @@ public:

// We don't want a "partially empty" state.
if (item == nullptr || count == 0) {
item = nullptr;
count = 0;
item_ = nullptr;
count_ = 0;
}
}


Ładowanie…
Anuluj
Zapisz