mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 18:54:05 +02:00
typo
This commit is contained in:
parent
a6b367a235
commit
845a454a10
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue