mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-18 06:24:06 +09:00
refactoring the call order of the renderers' init code invocation
This commit is contained in:
@@ -101,7 +101,7 @@ object WriteWorldInfo {
|
||||
metaOut.write(Terrarum.PLAYER_REF_ID.toLittle())
|
||||
|
||||
// ingame time_t
|
||||
metaOut.write((world as GameWorldExtension).time.TIME_T.toLittle())
|
||||
metaOut.write((world as GameWorldExtension).worldTime.TIME_T.toLittle())
|
||||
|
||||
// creation time (real world time)
|
||||
metaOut.write(world.creationTime.toULittle48())
|
||||
|
||||
Reference in New Issue
Block a user