mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 10:44:07 +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()
|
||||
}
|
||||
|
||||
/// 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] {
|
||||
self.texture_data().debug_color()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue