mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-12 08:04:09 +02:00
fix ambient component for mutant bullets
This commit is contained in:
@@ -1556,7 +1556,7 @@ struct Bullet : Controller {
|
|||||||
|
|
||||||
Bullet(IGame *game, int entity) : Controller(game, entity) {
|
Bullet(IGame *game, int entity) : Controller(game, entity) {
|
||||||
velocity = vec3(200.0f) * 30.0f;
|
velocity = vec3(200.0f) * 30.0f;
|
||||||
intensity = 4096;
|
intensity = intensityf(4096);
|
||||||
activate();
|
activate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user