mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-12-24 22:43:34 +00:00
capitalization
This commit is contained in:
parent
a99f7a7fc1
commit
68df8af784
@ -106,7 +106,7 @@ PetComponent::PetComponent(Entity* parent, uint32_t componentId): Component(pare
|
||||
auto result = query.execQuery();
|
||||
|
||||
if (!result.eof()) {
|
||||
m_walkSpeed = result.getFloatField(0, 2.5f);
|
||||
m_WalkSpeed = result.getFloatField(0, 2.5f);
|
||||
m_RunSpeed = result.getFloatField(1, 5.0f);
|
||||
m_SprintSpeed = result.getFloatField(2, 10.0f);
|
||||
imaginationDrainRate = result.getFloatField(3, 60.0f);
|
||||
|
@ -505,7 +505,7 @@ private:
|
||||
/**
|
||||
* The walk speed of the pet
|
||||
*/
|
||||
float m_walkSpeed;
|
||||
float m_WalkSpeed;
|
||||
|
||||
/**
|
||||
* The run speed of the pet
|
||||
|
Loading…
Reference in New Issue
Block a user