mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 09:37:03 +00:00
chore: fix formatting in files touched by
refactor/remove-BasicTypeContainers
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
#include "LevelSoundPacket.h"
|
||||
#include <limits>
|
||||
|
||||
const float LevelSoundPacket::PITCH_ACCURACY = std::numeric_limits<char>::max() / 2.0;
|
||||
const float LevelSoundPacket::PITCH_ACCURACY =
|
||||
std::numeric_limits<char>::max() / 2.0;
|
||||
const float LevelSoundPacket::LOCATION_ACCURACY = 8.0f;
|
||||
|
||||
LevelSoundPacket::LevelSoundPacket() {
|
||||
|
||||
Reference in New Issue
Block a user