whitespace cleanup

This commit is contained in:
Aaron Kimbre 2022-10-27 18:02:30 -05:00
parent e5233d5ce7
commit f6467ad038
2 changed files with 1 additions and 1 deletions

View File

@ -54,6 +54,7 @@ ControllablePhysicsComponent::~ControllablePhysicsComponent() {
} }
void ControllablePhysicsComponent::Update(float deltaTime) { void ControllablePhysicsComponent::Update(float deltaTime) {
} }
void ControllablePhysicsComponent::Serialize(RakNet::BitStream* outBitStream, bool bIsInitialUpdate, unsigned int& flags) { void ControllablePhysicsComponent::Serialize(RakNet::BitStream* outBitStream, bool bIsInitialUpdate, unsigned int& flags) {

View File

@ -372,7 +372,6 @@ private:
* If the entity is teleporting * If the entity is teleporting
*/ */
bool m_IsTeleporting; bool m_IsTeleporting;
}; };
#endif // CONTROLLABLEPHYSICSCOMPONENT_H #endif // CONTROLLABLEPHYSICSCOMPONENT_H