]> git.lizzy.rs Git - mt_net.git/commitdiff
Fix StarParams
authorLizzy Fleckenstein <eliasfleckenstein@web.de>
Mon, 13 Feb 2023 13:24:15 +0000 (14:24 +0100)
committerLizzy Fleckenstein <eliasfleckenstein@web.de>
Mon, 13 Feb 2023 13:24:15 +0000 (14:24 +0100)
src/to_clt.rs

index a0d28a94490f0341c05ccfc5ed1d53c1f9bb54f8..871328ae09d02888e977510763eb46472e49c5a7 100644 (file)
@@ -315,8 +315,8 @@ pub enum ToCltPkt {
     } = 91,
     StarParams {
         visible: bool,
-        texture: String,
-        tone_map: String,
+        count: u32,
+        color: Color,
         size: f32,
     } = 92,
     SrpBytesSaltB {