• R/O
  • SSH

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂b00efce76d2d48720969e94a4a17245bba456be8 (tree)
時間2024-09-30 04:41:25
作者sebastian_bugiu
Commitersebastian_bugiu

Log Message

setAlignment now works.

Change Summary

差異

diff -r e6ff4c154028 -r b00efce76d2d core/src/headwayent/hotshotengine/renderer/nativeinterface/pipeline/ENG_NativeCalls.java
--- a/core/src/headwayent/hotshotengine/renderer/nativeinterface/pipeline/ENG_NativeCalls.java Sun Sep 29 15:48:07 2024 +0200
+++ b/core/src/headwayent/hotshotengine/renderer/nativeinterface/pipeline/ENG_NativeCalls.java Sun Sep 29 21:41:25 2024 +0200
@@ -213,7 +213,7 @@
213213 OVERLAY_ELEMENT_SET_METRICS_MODE(order++),
214214 // OVERLAY_ELEMENT_UPDATE_DATA(order++),
215215 OVERLAY_ELEMENT_SET_MATERIAL_NAME(order++),
216- OVERLAY_ELEMENT_SET_ALIGNMENT(order++), // This fucking thing doesn't work...
216+ OVERLAY_ELEMENT_SET_ALIGNMENT(order++),
217217
218218 GPU_PROGRAM_PARAMS_GET_PROGRAM_PARAMS(order++),
219219 GPU_PROGRAM_PARAMS_SET_NAMED_CONSTANT_COLOUR(order++),