mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Travis: Update clang from 4.0 to 5.0 (#6467)
* Update clang from 4.0 to 5.0
This commit is contained in:
parent
e6e5fa3bf8
commit
17016090e3
12 changed files with 55 additions and 37 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue