mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Travis: Update clang from 4.0 to 5.0 (#6467)
* Update clang from 4.0 to 5.0
This commit is contained in:
@@ -106,7 +106,7 @@ protected:
|
||||
|
||||
/*
|
||||
* Below: values managed by m_time_lock
|
||||
*/
|
||||
*/
|
||||
// Time of day in milli-hours (0-23999), determines day and night
|
||||
u32 m_time_of_day;
|
||||
// Time of day in 0...1
|
||||
@@ -122,7 +122,7 @@ protected:
|
||||
std::atomic<u32> m_day_count;
|
||||
/*
|
||||
* Above: values managed by m_time_lock
|
||||
*/
|
||||
*/
|
||||
|
||||
/* TODO: Add a callback function so these can be updated when a setting
|
||||
* changes. At this point in time it doesn't matter (e.g. /set
|
||||
|
Reference in New Issue
Block a user