update iris & get button working again
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
use crate::{Client, Rsc};
|
||||
use iris::core::UiRenderState;
|
||||
use openworm::net::NetServerMsg;
|
||||
|
||||
impl Client {
|
||||
pub fn debug(&mut self, rsc: &mut Rsc) {
|
||||
rsc.ui.debug_layers();
|
||||
pub fn debug(&mut self, _rsc: &mut Rsc, render: &mut UiRenderState) {
|
||||
render.debug_layers();
|
||||
// let mut file = std::fs::OpenOptions::new()
|
||||
// .write(true)
|
||||
// .create(true)
|
||||
|
||||
Reference in New Issue
Block a user