downgrade clang-format pls

pull/3236/head
Dave Corley 8 months ago
parent 3066695630
commit 80360ca5eb

@ -127,16 +127,10 @@ namespace ESM
const LandData* getLandData(int flags) const; const LandData* getLandData(int flags) const;
/// Return land data without loading first anything. Can return a 0-pointer. /// Return land data without loading first anything. Can return a 0-pointer.
const LandData* getLandData() const const LandData* getLandData() const { return mLandData.get(); }
{
return mLandData.get();
}
/// Return land data without loading first anything. Can return a 0-pointer. /// Return land data without loading first anything. Can return a 0-pointer.
LandData* getLandData() LandData* getLandData() { return mLandData.get(); }
{
return mLandData.get();
}
/// \attention Must not be called on objects that aren't fully loaded. /// \attention Must not be called on objects that aren't fully loaded.
/// ///

Loading…
Cancel
Save