diff options
Diffstat (limited to 'game/client/voxel_atlas.hh')
| -rw-r--r-- | game/client/voxel_atlas.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/game/client/voxel_atlas.hh b/game/client/voxel_atlas.hh index 9435173..67036ca 100644 --- a/game/client/voxel_atlas.hh +++ b/game/client/voxel_atlas.hh @@ -22,8 +22,8 @@ void generate_mipmaps(void); namespace voxel_atlas { -AtlasStrip *find_or_load(const std::vector<std::string> &paths); -AtlasStrip *find(const std::vector<std::string> &paths); +AtlasStrip* find_or_load(const std::vector<std::string>& paths); +AtlasStrip* find(const std::vector<std::string>& paths); } // namespace voxel_atlas #endif /* CLIENT_VOXEL_ATLAS_HH */ |
