mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-24 12:42:32 +00:00
[vulkan] Fix a typo in a comment
This commit is contained in:
parent
6af7ff2867
commit
0137b99ae4
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ typedef struct bsp_pass_s {
|
|||
uint32_t *indices; ///< polygon vertex indices
|
||||
uint32_t index_count; ///< number of indices written to buffer
|
||||
uint32_t *entid_data; ///< instance id to entity id map
|
||||
uint32_t entid_count; ///< numer of entids written to buffer
|
||||
uint32_t entid_count; ///< number of entids written to buffer
|
||||
///@}
|
||||
/** \name Potentially Visible Sets
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue