1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 18:54:05 +02:00
This commit is contained in:
Robin Appelman 2023-12-19 19:27:37 +01:00
commit 845a454a10

View file

@ -126,7 +126,7 @@ impl<'a> Handle<'a, TextureInfo> {
self.texture_data().name() self.texture_data().name()
} }
/// Get a color that is unique but determistic for this texture /// Get a color that is unique but deterministic for this texture
pub fn debug_color(&self) -> [u8; 3] { pub fn debug_color(&self) -> [u8; 3] {
self.texture_data().debug_color() self.texture_data().debug_color()
} }