mirror of https://github.com/buggins/dlangui.git
fix warning
This commit is contained in:
parent
9633cd9465
commit
56795f24da
|
@ -205,7 +205,7 @@ struct AutoParams {
|
||||||
this.specular = specular;
|
this.specular = specular;
|
||||||
}
|
}
|
||||||
string defs() {
|
string defs() {
|
||||||
char buf[];
|
char[] buf;
|
||||||
if (directionalLightCount) {
|
if (directionalLightCount) {
|
||||||
buf ~= "DIRECTIONAL_LIGHT_COUNT ";
|
buf ~= "DIRECTIONAL_LIGHT_COUNT ";
|
||||||
buf ~= directionalLightCount.to!string;
|
buf ~= directionalLightCount.to!string;
|
||||||
|
|
Loading…
Reference in New Issue