]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
change one comment to be more according contributing guidelines
authordrjaska <drjaska83@gmail.com>
Tue, 9 May 2023 22:13:51 +0000 (01:13 +0300)
committerdrjaska <drjaska83@gmail.com>
Sat, 13 May 2023 21:16:03 +0000 (00:16 +0300)
r_sprites.c

index 33915581146f4bf4f7ac5790f72936b1715c5477..ab07ab2b35641905658c87a75996692cfd8fee84 100644 (file)
@@ -24,11 +24,11 @@ extern cvar_t r_overheadsprites_scaley;
 #endif
 
 /* R_Track_Sprite
  If the sprite is out of view, track it.
  `origin`, `left` and `up` are changed by this function to achive a rotation around
  the hotspot.
-
  --blub
* If the sprite is out of view, track it.
* `origin`, `left` and `up` are changed by this function to achive a rotation around
* the hotspot.
+ *
* --blub
  */
 #define SIDE_TOP 1
 #define SIDE_LEFT 2